Class ProcessingEngineException

  • All Implemented Interfaces:
    java.io.Serializable

    public class ProcessingEngineException
    extends VitamException
    Exception handled by the ProcessEngine.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      ProcessingEngineException​(java.lang.String message)
      ProcessingException constructor Construct the processing exception with a message
      ProcessingEngineException​(java.lang.String message, java.lang.Throwable cause)
      ProcessingException constructor Construct the processing exception with a message and a throwable exception
      ProcessingEngineException​(java.lang.Throwable cause)
      ProcessingException constructor Construct the processing exception with a throwable exception
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • ProcessingEngineException

        public ProcessingEngineException​(java.lang.String message,
                                         java.lang.Throwable cause)
        ProcessingException constructor Construct the processing exception with a message and a throwable exception
        Parameters:
        message - associated message
        cause - associated cause
      • ProcessingEngineException

        public ProcessingEngineException​(java.lang.Throwable cause)
        ProcessingException constructor Construct the processing exception with a throwable exception
        Parameters:
        cause - associated cause
      • ProcessingEngineException

        public ProcessingEngineException​(java.lang.String message)
        ProcessingException constructor Construct the processing exception with a message
        Parameters:
        message - associated message