Class RemoteThrowableException

All Implemented Interfaces:
Serializable

public class RemoteThrowableException extends BaseException
Used when a remote procedure call relays an instance of Throwable.
See Also:
  • Constructor Details

    • RemoteThrowableException

      public RemoteThrowableException()
    • RemoteThrowableException

      public RemoteThrowableException(String message)
    • RemoteThrowableException

      public RemoteThrowableException(String message, Throwable cause)
    • RemoteThrowableException

      public RemoteThrowableException(Throwable cause)
    • RemoteThrowableException

      public RemoteThrowableException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
  • Method Details