Class EncryptionException

  • All Implemented Interfaces:
    Serializable

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

      • serialVersionUID

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

      • 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