com.dstc.security.keymanage
Class SSLeayException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.security.GeneralSecurityException
                    |
                    +--com.dstc.security.keymanage.SSLeayException

public class SSLeayException
extends GeneralSecurityException

A class for general SSLeay exceptions.

See Also:
Serialized Form

Constructor Summary
SSLeayException()
           This constructs a SSLeayException.
SSLeayException(String msg)
           This constructs a SSLeayException with a detail message.
 
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

SSLeayException

public SSLeayException()

This constructs a SSLeayException.


SSLeayException

public SSLeayException(String msg)

This constructs a SSLeayException with a detail message.