Class InvalidCipherTextException

All Implemented Interfaces:
Serializable

public class InvalidCipherTextException extends StreamException
Exception thrown when something unexpected is encountered processing an encrypted stream.
See Also:
  • Constructor Details

    • InvalidCipherTextException

      public InvalidCipherTextException(String msg)
      Base constructor.
      Parameters:
      msg - a message concerning the exception.
    • InvalidCipherTextException

      public InvalidCipherTextException(String msg, Throwable cause)
      Constructor when this exception is due to another one.
      Parameters:
      msg - a message concerning the exception.
      cause - the exception that caused this exception to be thrown.