|
|||||||||||
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.reflect.InvocationTargetException
wt.method.MethodResultException
A special exception used internally to the MethodResult
class.
It is used to wrap exceptions thrown by the invoked target method for communication
back to the client.
Field Summary | |
private static String |
versionID
|
Fields inherited from class java.lang.reflect.InvocationTargetException |
|
Fields inherited from class java.lang.Throwable |
|
Constructor Summary | |
MethodResultException(Throwable target)
|
Methods inherited from class java.lang.reflect.InvocationTargetException |
getCause, getTargetException |
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 |
Field Detail |
private static final String versionID
Constructor Detail |
public MethodResultException(Throwable target)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |