Bouncy Castle Cryptography Library 1.64

org.bouncycastle.crypto.tls
Class TlsFatalAlert

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.io.IOException
                    |
                    +--org.bouncycastle.crypto.tls.TlsException
                          |
                          +--org.bouncycastle.crypto.tls.TlsFatalAlert
All Implemented Interfaces:
java.io.Serializable

Deprecated. Migrate to the (D)TLS API in org.bouncycastle.tls (bctls jar).

public class TlsFatalAlert
extends TlsException

See Also:
Serialized Form

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

alertDescription

protected short alertDescription
Deprecated. 
Constructor Detail

TlsFatalAlert

public TlsFatalAlert(short alertDescription)
Deprecated. 

TlsFatalAlert

public TlsFatalAlert(short alertDescription,
                     java.lang.Throwable alertCause)
Deprecated. 
Method Detail

getAlertDescription

public short getAlertDescription()
Deprecated. 

Bouncy Castle Cryptography Library 1.64