Class NotResumedException

  • All Implemented Interfaces:
    java.io.Serializable

    public class NotResumedException
    extends ExternalTaskClientException

    Exception is thrown if the corresponding process instance could not be resumed

    Author:
    Tassilo Weidner
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      NotResumedException​(java.lang.String message)  
      NotResumedException​(java.lang.String message, java.lang.String processEngineError)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getProcessEngineError()  
      • 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

      • NotResumedException

        public NotResumedException​(java.lang.String message)
      • NotResumedException

        public NotResumedException​(java.lang.String message,
                                   java.lang.String processEngineError)
    • Method Detail

      • getProcessEngineError

        public java.lang.String getProcessEngineError()