public class PolicyGenerationException extends XWSSecurityException
| Constructor and Description |
|---|
PolicyGenerationException(String message)
Constructs an Exception specifying a message
|
PolicyGenerationException(String message,
Throwable cause)
Constructs an Exception with a nested exception and specifying a message
|
PolicyGenerationException(Throwable cause)
An Exception wrapper around another exception
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic PolicyGenerationException(String message)
message - the exception stringpublic PolicyGenerationException(String message, Throwable cause)
message - the exception stringcause - the original causepublic PolicyGenerationException(Throwable cause)
cause - the original causeCopyright © 2005–2018 Oracle Corporation. All rights reserved.