com.webify.wsf.engine.context
Class InvalidContextException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.webify.wsf.engine.context.ContextException
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
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 |
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.