weblogic.jws.control
Class ContextException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by weblogic.jws.control.ContextException
All Implemented Interfaces:
Serializable

public class ContextException
extends RuntimeException

See Also:
Serialized Form

Constructor Summary
ContextException(String message)
           
ContextException(String message, Throwable t)
           
 
Method Summary
 Throwable getNestedException()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ContextException

public ContextException(String message)

ContextException

public ContextException(String message,
                        Throwable t)
Method Detail

getNestedException

public Throwable getNestedException()