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