org.opensaml.ws.security
public class SecurityPolicyException extends org.opensaml.xml.security.SecurityException
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID
Serial version UID.
|
Constructor and Description |
---|
SecurityPolicyException()
Constructor.
|
SecurityPolicyException(Exception wrappedException)
Constructor.
|
SecurityPolicyException(String message)
Constructor.
|
SecurityPolicyException(String message,
Exception wrappedException)
Constructor.
|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
private static final long serialVersionUID
public SecurityPolicyException()
public SecurityPolicyException(String message)
message
- exception messagepublic SecurityPolicyException(Exception wrappedException)
wrappedException
- exception to be wrapped by this oneCopyright © 1999-2013 JBoss by Red Hat. All Rights Reserved.