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

public class PreDecryptionValidationException extends DecryptionException
Exception thrown when an error occurs during pre-decryption validation.
See Also:
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      Serial version UID.
      See Also:
  • Constructor Details

    • PreDecryptionValidationException

      public PreDecryptionValidationException()
      Constructor.
    • PreDecryptionValidationException

      public PreDecryptionValidationException(@Nullable String message)
      Constructor.
      Parameters:
      message - exception message
    • PreDecryptionValidationException

      public PreDecryptionValidationException(@Nullable Exception wrappedException)
      Constructor.
      Parameters:
      wrappedException - exception to be wrapped by this one
    • PreDecryptionValidationException

      public PreDecryptionValidationException(@Nullable String message, @Nullable Exception wrappedException)
      Constructor.
      Parameters:
      message - exception message
      wrappedException - exception to be wrapped by this one