Package org.bouncycastle.tls
Class TlsException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- org.bouncycastle.tls.TlsException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
TlsCryptoException
,TlsFatalAlert
,TlsFatalAlertReceived
public class TlsException extends java.io.IOException
Base exception for various TLS alerts.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.Throwable
cause
-
Constructor Summary
Constructors Constructor Description TlsException(java.lang.String message)
TlsException(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()
-