Class InvalidFileKeyException

All Implemented Interfaces:
Serializable

public class InvalidFileKeyException extends CryptoException
Signals a problem with the file key.
See Also:
  • Constructor Details

    • InvalidFileKeyException

      public InvalidFileKeyException()
    • InvalidFileKeyException

      public InvalidFileKeyException(String message)
    • InvalidFileKeyException

      public InvalidFileKeyException(String message, Throwable cause)
    • InvalidFileKeyException

      public InvalidFileKeyException(Throwable cause)