com.kodemuse.security.ssl
Class SSLIOException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.io.IOException
                    |
                    +--com.kodemuse.security.ssl.SSLIOException
All Implemented Interfaces:
java.io.Serializable

class SSLIOException
extends java.io.IOException

IO Exception. java Socket-IO Contract requies Checked IO Exception. There be some other underlying exception. Chaining and wrapping the underlying exception into an IOException facade.

Author:
Harmeet Bedi
See Also:
Serialized Form

Constructor Summary
SSLIOException(java.lang.Throwable rootCause)
           
 
Method Summary
 java.lang.Throwable getRootCause()
           
 void printStackTrace()
           
 void printStackTrace(java.io.PrintStream prt)
           
 void printStackTrace(java.io.PrintWriter prt)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, toString
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SSLIOException

public SSLIOException(java.lang.Throwable rootCause)
Method Detail

getRootCause

public java.lang.Throwable getRootCause()

printStackTrace

public void printStackTrace()
Overrides:
printStackTrace in class java.lang.Throwable

printStackTrace

public void printStackTrace(java.io.PrintWriter prt)
Overrides:
printStackTrace in class java.lang.Throwable

printStackTrace

public void printStackTrace(java.io.PrintStream prt)
Overrides:
printStackTrace in class java.lang.Throwable