Class CommunicationException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
InvalidCredentialsException

public class CommunicationException extends UcmdbException
Thrown on communication failure between the client and the UCMDB server or on protocol error. For example, this exception is thrown when the UCMDB server is not available.
See Also:
  • Constructor Details

    • CommunicationException

      public CommunicationException(Throwable cause)
    • CommunicationException

      public CommunicationException(String message)
    • CommunicationException

      public CommunicationException(String message, Throwable cause)