Package org.bouncycastle.tls.crypto
Class TlsCryptoException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.bouncycastle.tls.TlsException
org.bouncycastle.tls.crypto.TlsCryptoException
- All Implemented Interfaces:
Serializable
Basic exception class for crypto services to pass back a cause.
- See Also:
-
Field Summary
Fields inherited from class org.bouncycastle.tls.TlsException
cause
-
Constructor Summary
ConstructorDescriptionTlsCryptoException
(String msg) TlsCryptoException
(String msg, Throwable cause) -
Method Summary
Methods inherited from class org.bouncycastle.tls.TlsException
getCause
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
TlsCryptoException
-
TlsCryptoException
-