Class RemoteException

All Implemented Interfaces:
Serializable

public class RemoteException extends RuntimeException
An exception that wraps an exception that has been thrown in a different JVM.
Since:
3.17
Author:
Eike Stepper
See Also:
  • Constructor Details

    • RemoteException

      public RemoteException()
    • RemoteException

      public RemoteException(String message, Throwable cause)
    • RemoteException

      public RemoteException(String message)
    • RemoteException

      public RemoteException(Throwable cause)
    • RemoteException

      protected RemoteException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
  • Method Details