Class EncryptionException

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

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

    • serialVersionUID

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

    • EncryptionException

      public EncryptionException()
      Constructor.
    • EncryptionException

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

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

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