com.webify.wsf.engine.context
Class SecurityContextException

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.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

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

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.