com.webify.wsf.engine.context
Class NoContextException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.webify.wsf.engine.context.ContextException
              extended by com.webify.wsf.engine.context.NoContextException
All Implemented Interfaces:
java.io.Serializable

public class NoContextException
extends ContextException

Relates to the wstx:NoContext fault used to indicate that the system did not receive a context when one was expected.

Version:
$Revision: $
Author:
msanchez
See Also:
Serialized Form

Constructor Summary
NoContextException(java.lang.String message)
           
NoContextException(java.lang.String message, java.lang.Throwable cause)
           
NoContextException(java.lang.Throwable cause)
           
 
Method Summary
 
Methods inherited from class com.webify.wsf.engine.context.ContextException
getContext
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NoContextException

public NoContextException(java.lang.String message,
                          java.lang.Throwable cause)

NoContextException

public NoContextException(java.lang.String message)

NoContextException

public NoContextException(java.lang.Throwable cause)


Copyright © 2002-2009 IBM. All Rights Reserved.