public class PolicyViolationException extends XWSSecurityException
| Constructor and Description |
|---|
PolicyViolationException(String message)
Constructor specifying the message string.
|
PolicyViolationException(String message,
Throwable cause)
Constructor specifying the message string and a nested exception
|
PolicyViolationException(Throwable cause)
Constructor specifying a nested exception
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic PolicyViolationException(String message)
message - the exception message stringpublic PolicyViolationException(String message, Throwable cause)
message - the exception message stringcause - the nested exception as a Throwablepublic PolicyViolationException(Throwable cause)
cause - the nested exception as a ThrowableCopyright © 2005–2018 Oracle Corporation. All rights reserved.