Class BadFileException

All Implemented Interfaces:
Serializable

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

    • BadFileException

      public BadFileException()
    • BadFileException

      public BadFileException(String message)
    • BadFileException

      public BadFileException(String message, Throwable cause)
    • BadFileException

      public BadFileException(Throwable cause)