Package org.eclipse.net4j.util.io
Klasse RemoteException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.eclipse.net4j.util.io.RemoteException
- Alle implementierten Schnittstellen:
 Serializable
An exception that wraps an exception that has been thrown in a different JVM.
- Seit:
 - 3.17
 - Autor:
 - Eike Stepper
 - Siehe auch:
 
- 
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungRemoteException(String message) RemoteException(String message, Throwable cause) protectedRemoteException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace) RemoteException(Throwable cause)  - 
Methodenübersicht
Von Klasse geerbte Methoden java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
- 
Konstruktordetails
- 
RemoteException
public RemoteException() - 
RemoteException
 - 
RemoteException
 - 
RemoteException
 - 
RemoteException
 
 - 
 - 
Methodendetails
- 
unwrap
 
 -