Class NotInitializedException
- 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.NotInitializedException
 
 
 
 
 
 
 
- 
- All Implemented Interfaces:
 java.io.Serializable
public class NotInitializedException extends SpringExternalTaskClientException
Exception is thrown when subscription has not yet been initialized
- See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description NotInitializedException(java.lang.String message)NotInitializedException(java.lang.String message, java.lang.Throwable e) 
 -