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:
  • Konstruktordetails

    • RemoteException

      public RemoteException(Throwable remoteCause, RequestWithConfirmation<?> localRequest, boolean whileResponding)
      Seit:
      4.0
    • RemoteException

      public RemoteException(String message, boolean whileResponding)
  • Methodendetails

    • whileResponding

      public boolean whileResponding()
    • getLocalRequest

      public RequestWithConfirmation<?> getLocalRequest()
      Seit:
      4.0
    • setLocalStacktrace

      public void setLocalStacktrace(StackTraceElement[] stackTrace)
      Seit:
      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.
      Seit:
      4.0