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:
    Serialized Form
    • Constructor Detail

      • ConnectionNotSetException

        public ConnectionNotSetException()