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