Class StreamException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
InvalidCipherTextException, InvalidSignatureException, PlainInputProcessingException

public class StreamException extends IOException
Parent class for exceptions arising due to cryptographic operations in the various streams created by the FIPS factory classes.
See Also:
  • Constructor Details

    • StreamException

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

      public StreamException(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.
  • Method Details