Class RemoteServiceException

All Implemented Interfaces:
Serializable

public class RemoteServiceException extends RuntimeException
Exception thrown when interacting with a remote service.
Since:
1.36
See Also:
  • Constructor Details

    • RemoteServiceException

      public RemoteServiceException(String message)
      Construct with a message.
      Parameters:
      message - the message
    • RemoteServiceException

      public RemoteServiceException(Throwable cause)
      Construct with a nested exception.
      Parameters:
      cause - the cause
    • RemoteServiceException

      public RemoteServiceException(String message, Throwable cause)
      Construct with a message and nested exception.
      Parameters:
      message - the message
      cause - the cause