com.kodemuse.security.ssl
Class CipherSuiteNotSupportedException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--com.kodemuse.security.ssl.CipherSuiteNotSupportedException
All Implemented Interfaces:
java.io.Serializable

class CipherSuiteNotSupportedException
extends java.lang.RuntimeException

This exception is thrown if the client-server have not been able to negotiate a mutually acceptable cipher suite

Author:
Harmeet Bedi
See Also:
Serialized Form

Constructor Summary
(package private) CipherSuiteNotSupportedException(CipherSpec cs)
           
 
Method Summary
 CipherSpec getCipherSpec()
           
 
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
 

Constructor Detail

CipherSuiteNotSupportedException

CipherSuiteNotSupportedException(CipherSpec cs)
Method Detail

getCipherSpec

public CipherSpec getCipherSpec()