Class NotConnectedException

All Implemented Interfaces:
Serializable

public class NotConnectedException extends CouchbaseException
Thrown if the stateful component is not connected.
Since:
1.0
Author:
Michael Nitschinger
See Also:
  • Constructor Details

    • NotConnectedException

      public NotConnectedException()
    • NotConnectedException

      public NotConnectedException(String message)
    • NotConnectedException

      public NotConnectedException(String message, Throwable cause)
    • NotConnectedException

      public NotConnectedException(Throwable cause)