wt.method
Class MethodServerException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended bywt.method.MethodServerException
All Implemented Interfaces:
Serializable

public class MethodServerException
extends RuntimeException

Mother of all method server internal runtime errors

See Also:
Serialized Form

Field Summary
 Throwable detail
           
private static String versionID
           
 
Fields inherited from class java.lang.RuntimeException
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
MethodServerException()
           
MethodServerException(String s)
           
MethodServerException(String s, Throwable t)
           
 
Method Summary
 String getMessage()
           
 void throwNestedException()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, 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

detail

public Throwable detail
Constructor Detail

MethodServerException

public MethodServerException()

MethodServerException

public MethodServerException(String s)

MethodServerException

public MethodServerException(String s,
                             Throwable t)
Method Detail

throwNestedException

public void throwNestedException()
                          throws Throwable
Throws:
Throwable

getMessage

public String getMessage()