com.webify.wsf.engine.context
Class InvalidContextException

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

public class InvalidContextException
extends ContextException

Relates to the wstx:InvalidContext fault used to indicate that the system cannot accept a context which it was passed.
Often used to indicate that the context is missing, or contains incorrect or inconsistent data, resulting in any further use of the context being suspect. For example, a missing interface is very suspicious.

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

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

InvalidContextException

public InvalidContextException(Context context,
                               java.lang.String message,
                               java.lang.Throwable cause)

InvalidContextException

public InvalidContextException(Context context,
                               java.lang.String message)

InvalidContextException

public InvalidContextException(Context context,
                               java.lang.Throwable cause)

InvalidContextException

public InvalidContextException(java.lang.String message)


Copyright © 2002-2009 IBM. All Rights Reserved.