Class ConnectionNotSetException

All Implemented Interfaces:
Serializable

public class ConnectionNotSetException extends TaskanaRuntimeException
This exception is thrown when using TASKANA with the EXPLICIT ConnectionManagementMode and an attempt is made to call an API method before the TaskananEngine#setConnection() method has been called.
See Also:
  • Field Details

  • Constructor Details

    • ConnectionNotSetException

      public ConnectionNotSetException()