com.kodemuse.security.ssl
Class CipherSpec.NotSupportedException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--com.kodemuse.security.ssl.CipherSpec.CSException
                          |
                          +--com.kodemuse.security.ssl.CipherSpec.NotSupportedException
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
CipherSpec

static class CipherSpec.NotSupportedException
extends CipherSpec.CSException

See Also:
Serialized Form

Constructor Summary
(package private) CipherSpec.NotSupportedException(CipherSpec spec)
           
 
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

CipherSpec.NotSupportedException

CipherSpec.NotSupportedException(CipherSpec spec)