org.eclipse.net4j.signal
Class RemoteException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.eclipse.net4j.signal.RemoteException
- All Implemented Interfaces:
- Serializable
public class RemoteException
- extends RuntimeException
- Since:
- 2.0
- Author:
- Eike Stepper
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
RemoteException
public RemoteException(Throwable remoteCause,
RequestWithConfirmation<?> localRequest,
boolean whileResponding)
- Since:
- 4.0
RemoteException
public RemoteException(String message,
boolean whileResponding)
whileResponding
public boolean whileResponding()
getLocalRequest
public RequestWithConfirmation<?> getLocalRequest()
- Since:
- 4.0
setLocalStacktrace
public void setLocalStacktrace(StackTraceElement[] stackTrace)
- Since:
- 4.0
getLocalStackTrace
public StackTraceElement[] 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.
- Since:
- 4.0
Copyright (c) 2004 - 2011 Eike Stepper (Berlin, Germany) and others.