Class RuntimeStreamException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
FinishedException, OperatorNotReadyException, UpdateException

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

    • RuntimeStreamException

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

      public RuntimeStreamException(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.