Package com.sun.xml.wss.impl.policy
Class PolicyGenerationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.sun.xml.wss.XWSSecurityException
-
- com.sun.xml.wss.impl.policy.PolicyGenerationException
-
- All Implemented Interfaces:
Serializable
public class PolicyGenerationException extends XWSSecurityException
Thrown by the classes implementing the Policy framework- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PolicyGenerationException(String message)
Constructs an Exception specifying a messagePolicyGenerationException(String message, Throwable cause)
Constructs an Exception with a nested exception and specifying a messagePolicyGenerationException(Throwable cause)
An Exception wrapper around another exception
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
PolicyGenerationException
public PolicyGenerationException(String message)
Constructs an Exception specifying a message- Parameters:
message
- the exception string
-
PolicyGenerationException
public PolicyGenerationException(String message, Throwable cause)
Constructs an Exception with a nested exception and specifying a message- Parameters:
message
- the exception stringcause
- the original cause
-
PolicyGenerationException
public PolicyGenerationException(Throwable cause)
An Exception wrapper around another exception- Parameters:
cause
- the original cause
-
-