Class ConnectivityException

All Implemented Interfaces:
Serializable

public class ConnectivityException extends AppException
This exception class is used by the connectivity service to indicate a failure.
Since:
6.4
Author:
O. Kerpershoek
See Also:
  • Constructor Details

    • ConnectivityException

      public ConnectivityException(String serviceCallName, String message)
      Constructs the exception with the name of the service and the message.
      Parameters:
      serviceCallName - The name of the service.
      message - Message containing detailed information about the error.
    • ConnectivityException

      public ConnectivityException(String serviceCallName, String message, Exception error)
      Constructs the exception with the name of the service and the message.
      Parameters:
      serviceCallName - The name of the service.
      message - Message containing detailed information about the error.
      error - The actual cause of the error.