Package org.bouncycastle.crypto
Class StreamException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.bouncycastle.crypto.StreamException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
InvalidCipherTextException
,InvalidSignatureException
,PlainInputProcessingException
Parent class for exceptions arising due to cryptographic operations in the various streams created by the FIPS factory classes.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionStreamException
(String msg) Base constructor.StreamException
(String msg, Throwable cause) Constructor when this exception is due to another one. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
StreamException
Base constructor.- Parameters:
msg
- a message concerning the exception.
-
StreamException
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