org.eclipse.hyades.execution.invocation
Class RemoteInvocationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.eclipse.hyades.execution.invocation.RemoteInvocationException
- All Implemented Interfaces:
- java.io.Serializable
- public class RemoteInvocationException
- extends java.lang.RuntimeException
Methods that can be remotely invoked should declare this exception in the
throws clause.
- See Also:
- Serialized Form
|
Field Summary |
protected java.lang.Throwable |
cause
|
|
Method Summary |
java.lang.Throwable |
getCause()
|
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
cause
protected java.lang.Throwable cause
RemoteInvocationException
public RemoteInvocationException(java.lang.String message)
- Parameters:
message - a description of the condition that caused this exception to
be thrown
RemoteInvocationException
public RemoteInvocationException(java.lang.String message,
java.lang.Throwable cause)
- Parameters:
message - a description of the condition that caused this exception to
be throwncause - a Throwable that represents the underlying
cause of this exception having been thrown
RemoteInvocationException
public RemoteInvocationException(java.lang.Throwable cause)
- Parameters:
cause - a Throwable that represents the underlying
cause of this exception having been thrown
getCause
public java.lang.Throwable getCause()
- Returns:
- a
Throwable that represents the underlying cause
of this exception having been thrown