|
OpenSAML-J 2.4.1-redhat-3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.opensaml.common.SAMLException
public class SAMLException
Base exception for SAML related exception.
Constructor Summary | |
---|---|
SAMLException()
Constructor. |
|
SAMLException(Exception wrappedException)
Constructor. |
|
SAMLException(String message)
Constructor. |
|
SAMLException(String message,
Exception wrappedException)
Constructor. |
Method Summary |
---|
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public SAMLException()
public SAMLException(String message)
message
- exception messagepublic SAMLException(Exception wrappedException)
wrappedException
- exception to be wrapped by this onepublic SAMLException(String message, Exception wrappedException)
message
- exception messagewrappedException
- exception to be wrapped by this one
|
OpenSAML-J 2.4.1-redhat-3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |