com.webify.wsf.engine.context
Class SecurityContextException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.webify.wsf.engine.context.ContextException
com.webify.wsf.engine.context.SecurityContextException
- All Implemented Interfaces:
- java.io.Serializable
public class SecurityContextException
- extends ContextException
Thrown during mediation when the context does not carry correct or sufficient
authentication/authorization information. This may be deteremined based on
security policy too -- for example the policy may require a digital certificate
but the request (context) may not carry one.
- Version:
- $Revision: $
- Author:
- dranatunga
- 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 |
SecurityContextException
public SecurityContextException(java.lang.String message,
java.lang.Throwable cause)
SecurityContextException
public SecurityContextException(java.lang.String message)
SecurityContextException
public SecurityContextException(java.lang.Throwable cause)
Copyright © 2002-2009 IBM. All Rights Reserved.