Class CommunicationException

All Implemented Interfaces:
Serializable

public class CommunicationException extends OperationFailedException
A specific extension of the Runtime OperationFailedException that is thrown when the host application is unable to communicate with the remote User Directory.
See Also:
  • Constructor Details

    • CommunicationException

      public CommunicationException(Throwable cause)
    • CommunicationException

      public CommunicationException(String message, Throwable cause)