Bouncy Castle Cryptography Library 1.64

org.bouncycastle.crypto.tls
Class TlsFatalAlertReceived

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

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

public class TlsFatalAlertReceived
extends TlsException

See Also:
Serialized Form

Field Summary
protected  short alertDescription
          Deprecated.  
 
Fields inherited from class org.bouncycastle.crypto.tls.TlsException
cause
 
Constructor Summary
TlsFatalAlertReceived(short alertDescription)
          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

TlsFatalAlertReceived

public TlsFatalAlertReceived(short alertDescription)
Deprecated. 
Method Detail

getAlertDescription

public short getAlertDescription()
Deprecated. 

Bouncy Castle Cryptography Library 1.64