COM.claymoresystems.ptls
Class SSLException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by 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)
           
 
Method Summary
 
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.