Klasse RemoteException

Alle implementierten Schnittstellen:
Serializable

public class RemoteException extends RuntimeException
An exception that wraps an exception that has been thrown in a different JVM.
Seit:
3.17
Autor:
Eike Stepper
Siehe auch:
  • Konstruktordetails

    • 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)
  • Methodendetails