|
Bouncy Castle Cryptography Library 1.64 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--java.io.IOException | +--org.bouncycastle.crypto.tls.TlsException | +--org.bouncycastle.crypto.tls.TlsFatalAlert
Field Summary | |
protected short |
alertDescription
Deprecated. |
Fields inherited from class org.bouncycastle.crypto.tls.TlsException |
cause |
Constructor Summary | |
TlsFatalAlert(short alertDescription)
Deprecated. |
|
TlsFatalAlert(short alertDescription,
java.lang.Throwable alertCause)
Deprecated. |
Method Summary | |
short |
getAlertDescription()
Deprecated. |
Methods inherited from class org.bouncycastle.crypto.tls.TlsException |
getCause |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
protected short alertDescription
Constructor Detail |
public TlsFatalAlert(short alertDescription)
public TlsFatalAlert(short alertDescription, java.lang.Throwable alertCause)
Method Detail |
public short getAlertDescription()
|
Bouncy Castle Cryptography Library 1.64 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |