Class NotConnectedException

All Implemented Interfaces:
Serializable

@Deprecated(since="3.24.4", forRemoval=true) public class NotConnectedException extends RepositoryException
Deprecated, for removal: This API element is subject to removal in a future version.
Exception indicating that called operation needs connection.
Author:
Stepan Roh, Polarion Software
See Also:
  • Constructor Details

    • NotConnectedException

      public NotConnectedException()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Exception without message and cause.
    • NotConnectedException

      public NotConnectedException(String message)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Exception with message and without cause.
      Parameters:
      message - detail message
    • NotConnectedException

      public NotConnectedException(Throwable cause)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Exception without message and with cause.
      Parameters:
      cause - exception cause
    • NotConnectedException

      public NotConnectedException(String message, Throwable cause)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Exception with message and cause.
      Parameters:
      message - detail message
      cause - exception cause