COM.claymoresystems.ptls
Class SSLException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.io.IOException
                    |
                    +--COM.claymoresystems.ptls.SSLException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
SSLAlertException, SSLHandshakeFailedException, SSLPrematureCloseException, SSLReHandshakeException

public class SSLException
extends java.io.IOException

A simple subclass of exception for SSL-specific as opposed to generic IO Exceptions

See Also:
Serialized Form

Constructor Summary
SSLException(java.lang.String error)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SSLException

public SSLException(java.lang.String error)


Copyright (c) 1999-2001 Claymore Systems, Inc., All Rights Reserved.