Class SignatureException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.opensaml.xmlsec.signature.support.SignatureException
- All Implemented Interfaces:
Serializable
Exception thrown when an error occurs during signature operations.
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionConstructor.SignatureException
(Exception wrappedException) Constructor.SignatureException
(String message) Constructor.SignatureException
(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
-
SignatureException
public SignatureException()Constructor. -
SignatureException
Constructor.- Parameters:
message
- exception message
-
SignatureException
Constructor.- Parameters:
wrappedException
- exception to be wrapped by this one
-
SignatureException
Constructor.- Parameters:
message
- exception messagewrappedException
- exception to be wrapped by this one
-