Class CommunicationException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
HttpCommunicationException

public class CommunicationException extends TechnicalException
This class represents a communication exception.
Since:
1.4.0
Author:
Jerome Leleu
See Also:
  • Constructor Details

    • CommunicationException

      public CommunicationException(String message)

      Constructor for CommunicationException.

      Parameters:
      message - a String object
    • CommunicationException

      public CommunicationException(Throwable t)

      Constructor for CommunicationException.

      Parameters:
      t - a Throwable object