|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.exolab.jms.net.proxy.RemoteInvocationException
public class RemoteInvocationException
A RuntimeException
when a remote invocation generates an
exception which is not declared by the caller
Proxy
,
Serialized FormConstructor Summary | |
---|---|
RemoteInvocationException()
Construct a new RemoteInvocationException |
|
RemoteInvocationException(java.lang.String detail)
Construct a new RemoteInvocationException with no target
exception |
|
RemoteInvocationException(java.lang.String detail,
java.lang.Throwable target)
Construct a new RemoteInvocationException with a detail
message and target exception |
|
RemoteInvocationException(java.lang.Throwable target)
Construct a new RemoteInvocationException with a target
exception |
Method Summary | |
---|---|
java.lang.Throwable |
getTargetException()
Get the thrown target exception |
void |
printStackTrace(java.io.PrintStream stream)
Writes the stack trace of the thrown target exception to the specified print stream. |
void |
printStackTrace(java.io.PrintWriter writer)
Writes the stack trace of the thrown target exception to the specified print writer. |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public RemoteInvocationException()
RemoteInvocationException
public RemoteInvocationException(java.lang.String detail)
RemoteInvocationException
with no target
exception
detail
- the detail messagepublic RemoteInvocationException(java.lang.Throwable target)
RemoteInvocationException
with a target
exception
target
- the target exceptionpublic RemoteInvocationException(java.lang.String detail, java.lang.Throwable target)
RemoteInvocationException
with a detail
message and target exception
detail
- the detail messagetarget
- the target exceptionMethod Detail |
---|
public java.lang.Throwable getTargetException()
public void printStackTrace(java.io.PrintStream stream)
printStackTrace
in class java.lang.Throwable
stream
- the stream to write topublic void printStackTrace(java.io.PrintWriter writer)
printStackTrace
in class java.lang.Throwable
writer
- the writer to write to
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |