Class EncryptionException

  • All Implemented Interfaces:
    Serializable

    public class EncryptionException
    extends RuntimeException
    Exception thrown when encryption or decryption operations fail.
    Since:
    1.1.0
    Author:
    Bharat Kumar Malviya, GitHub: github.com/imBharatMalviya
    See Also:
    Serialized Form
    • Constructor Detail

      • EncryptionException

        public EncryptionException​(String message)
      • EncryptionException

        public EncryptionException​(String message,
                                   Throwable cause)
      • EncryptionException

        public EncryptionException​(Throwable cause)