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:
java.io.Serializable
public class TlsCryptoException extends TlsException
Basic exception class for crypto services to pass back a cause.- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.bouncycastle.tls.TlsException
cause
-
-
Constructor Summary
Constructors Constructor Description TlsCryptoException(java.lang.String msg)
TlsCryptoException(java.lang.String msg, java.lang.Throwable cause)
-
Method Summary
-
Methods inherited from class org.bouncycastle.tls.TlsException
getCause
-
-