Package org.opensaml.saml.common
Class SAMLRuntimeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.opensaml.saml.common.SAMLRuntimeException
- All Implemented Interfaces:
Serializable
Base class for runtime exceptions.
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionConstructor.SAMLRuntimeException
(Exception wrappedException) Constructor.SAMLRuntimeException
(String message) Constructor.SAMLRuntimeException
(String message, Exception wrappedException) Constructor. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUIDSerial version UID.- See Also:
-
-
Constructor Details
-
SAMLRuntimeException
public SAMLRuntimeException()Constructor. -
SAMLRuntimeException
Constructor.- Parameters:
message
- exception message
-
SAMLRuntimeException
Constructor.- Parameters:
wrappedException
- exception to be wrapped by this one
-
SAMLRuntimeException
Constructor.- Parameters:
message
- exception messagewrappedException
- exception to be wrapped by this one
-