Class NotConnectedException

All Implemented Interfaces:
Serializable

public class NotConnectedException extends RepositoryException
Exception indicating that called operation needs connection.
Author:
Stepan Roh, Polarion Software
See Also:
  • Constructor Details

    • NotConnectedException

      public NotConnectedException()
      Exception without message and cause.
    • NotConnectedException

      public NotConnectedException(String message)
      Exception with message and without cause.
      Parameters:
      message - detail message
    • NotConnectedException

      public NotConnectedException(Throwable cause)
      Exception without message and with cause.
      Parameters:
      cause - exception cause
    • NotConnectedException

      public NotConnectedException(String message, Throwable cause)
      Exception with message and cause.
      Parameters:
      message - detail message
      cause - exception cause