Class WorkflowPreprationException

    • Constructor Summary

      Constructors 
      Constructor Description
      WorkflowPreprationException()
      Constructs a new WorkflowPreprationException with no information.
      WorkflowPreprationException​(java.lang.String message)
      Constructs a new WorkflowPreprationException with the given message.
      WorkflowPreprationException​(java.lang.String message, java.lang.Throwable cause)
      Constructs a new WorkflowPreprationException with the given message and cause.
      WorkflowPreprationException​(java.lang.Throwable cause)
      Constructs a new WorkflowPreprationException with the given cause.
    • 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

      • WorkflowPreprationException

        public WorkflowPreprationException()
        Constructs a new WorkflowPreprationException with no information.
      • WorkflowPreprationException

        public WorkflowPreprationException​(java.lang.String message,
                                           java.lang.Throwable cause)
        Constructs a new WorkflowPreprationException with the given message and cause.
        Parameters:
        message - The message explaining the error.
        cause - The cause of this message.
      • WorkflowPreprationException

        public WorkflowPreprationException​(java.lang.String message)
        Constructs a new WorkflowPreprationException with the given message.
        Parameters:
        message - The message explaining the error.
      • WorkflowPreprationException

        public WorkflowPreprationException​(java.lang.Throwable cause)
        Constructs a new WorkflowPreprationException with the given cause.
        Parameters:
        cause - The cause of this error.