com.kodemuse.security.ssl
Class CipherSpec.CSException

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

static class CipherSpec.CSException
extends java.lang.RuntimeException

See Also:
Serialized Form

Constructor Summary
(package private) CipherSpec.CSException(java.lang.Exception ex)
           
(package private) CipherSpec.CSException(java.lang.String msg)
           
 
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.CSException

CipherSpec.CSException(java.lang.Exception ex)

CipherSpec.CSException

CipherSpec.CSException(java.lang.String msg)