org.opensaml.ws.security
Class SecurityPolicyException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.opensaml.xml.security.SecurityException
              extended by org.opensaml.ws.security.SecurityPolicyException
All Implemented Interfaces:
java.io.Serializable

public class SecurityPolicyException
extends org.opensaml.xml.security.SecurityException

Exception indicating a security policy failure.

See Also:
Serialized Form

Constructor Summary
SecurityPolicyException()
          Constructor.
SecurityPolicyException(java.lang.Exception wrappedException)
          Constructor.
SecurityPolicyException(java.lang.String message)
          Constructor.
SecurityPolicyException(java.lang.String message, java.lang.Exception wrappedException)
          Constructor.
 
Method Summary
 
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

SecurityPolicyException

public SecurityPolicyException()
Constructor.


SecurityPolicyException

public SecurityPolicyException(java.lang.String message)
Constructor.

Parameters:
message - exception message

SecurityPolicyException

public SecurityPolicyException(java.lang.Exception wrappedException)
Constructor.

Parameters:
wrappedException - exception to be wrapped by this one

SecurityPolicyException

public SecurityPolicyException(java.lang.String message,
                               java.lang.Exception wrappedException)
Constructor.

Parameters:
message - exception message
wrappedException - exception to be wrapped by this one


Copyright © 2006-2009 Internet2. All Rights Reserved.