Class DecryptionException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.opensaml.xmlsec.encryption.support.DecryptionException
All Implemented Interfaces:
Serializable

public class DecryptionException
extends Exception
Exception thrown when an error occurs during decryption operations.
See Also:
Serialized Form
  • Field Details

    • serialVersionUID

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

    • DecryptionException

      public DecryptionException()
      Constructor.
    • DecryptionException

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

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

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