com.webify.wsf.engine.context
Class UnknownContextException

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.UnknownContextException
All Implemented Interfaces:
java.io.Serializable

public class UnknownContextException
extends ContextException

Relates to the wstx:UnknownContext fault used to indicate that the system does not recognize a context which it was passed.

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

Constructor Summary
UnknownContextException(java.lang.String message)
           
UnknownContextException(java.lang.String message, java.lang.Throwable cause)
           
UnknownContextException(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

UnknownContextException

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

UnknownContextException

public UnknownContextException(java.lang.String message)

UnknownContextException

public UnknownContextException(java.lang.Throwable cause)


Copyright © 2002-2009 IBM. All Rights Reserved.