Package org.eclipse.net4j.signal
Klasse RemoteException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.eclipse.net4j.util.io.RemoteException
org.eclipse.net4j.signal.RemoteException
- Alle implementierten Schnittstellen:
Serializable
public class RemoteException
extends org.eclipse.net4j.util.io.RemoteException
An exception that wraps an exception that has been thrown during the execution of a remote
signal
.- Seit:
- 2.0
- Autor:
- Eike Stepper
- Siehe auch:
-
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungRemoteException
(String message, boolean whileResponding) RemoteException
(Throwable remoteCause, RequestWithConfirmation<?> localRequest, boolean whileResponding) -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungReturns the local stack as it stood at the time that the remote exception was detected locally.void
setLocalStacktrace
(StackTraceElement[] stackTrace) boolean
Von Klasse geerbte Methoden org.eclipse.net4j.util.io.RemoteException
unwrap
Von Klasse geerbte Methoden java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Konstruktordetails
-
RemoteException
public RemoteException(Throwable remoteCause, RequestWithConfirmation<?> localRequest, boolean whileResponding) - Seit:
- 4.0
-
RemoteException
-
-
Methodendetails
-
whileResponding
public boolean whileResponding() -
getLocalRequest
- Seit:
- 4.0
-
setLocalStacktrace
- Seit:
- 4.0
-
getLocalStackTrace
Returns the local stack as it stood at the time that the remote exception was detected locally. Note that no local problem occurred at the point in the code identified by this stacktrace.- Seit:
- 4.0
-