Class EncryptionException

All Implemented Interfaces:
Serializable

public class EncryptionException extends RuntimeException
Represents the exceptional case when an encrypt or decrypt fails.
See Also:
  • Field Details

  • Constructor Details

    • EncryptionException

      public EncryptionException(String message, Throwable cause)
    • EncryptionException

      public EncryptionException(String message)