public class SAMLException extends Exception
| Constructor and Description |
|---|
SAMLException()
Create an
SAMLException with no message. |
SAMLException(String s)
Create an
SAMLException with a message. |
SAMLException(Throwable e)
Create an
SAMLException |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic SAMLException()
SAMLException with no message.public SAMLException(String s)
SAMLException with a message.s - exception message.public SAMLException(Throwable e)
SAMLExceptione - the causeCopyright © 2005–2018 Oracle Corporation. All rights reserved.