Class EncryptionException

All Implemented Interfaces:
Serializable

public class EncryptionException extends RuntimeException
Generic exception signaling that something went wrong during the encryption process
Author:
Andrea Vacondio
See Also:
  • Constructor Details

    • EncryptionException

      public EncryptionException(String message, Throwable cause)
    • EncryptionException

      public EncryptionException(String message)
    • EncryptionException

      public EncryptionException(Throwable e)