Class NotOpenedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.camunda.bpm.client.exception.ExternalTaskClientException
org.camunda.bpm.client.spring.exception.SpringExternalTaskClientException
org.camunda.bpm.client.spring.exception.NotOpenedException
- All Implemented Interfaces:
- Serializable
Exception is thrown when subscription has not yet been opened
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionNotOpenedException(String message) NotOpenedException(String message, Throwable e) 
- 
Method SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
NotOpenedException
- 
NotOpenedException
 
-