Package org.bouncycastle.crypto.io
Class CipherIOException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- org.bouncycastle.crypto.io.CipherIOException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
InvalidCipherTextIOException
public class CipherIOException extends java.io.IOException
IOException
wrapper around an exception indicating a problem with the use of a cipher.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CipherIOException(java.lang.String message, java.lang.Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Throwable
getCause()
-