wt.method
Class MethodResultException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.reflect.InvocationTargetException
              extended bywt.method.MethodResultException
All Implemented Interfaces:
Serializable

public class MethodResultException
extends InvocationTargetException

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.

See Also:
Serialized Form

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

versionID

private static final String versionID
See Also:
Constant Field Values
Constructor Detail

MethodResultException

public MethodResultException(Throwable target)