com.koushikdutta.async
Class AsyncSSLException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by javax.net.ssl.SSLException
                  extended by javax.net.ssl.SSLPeerUnverifiedException
                      extended by com.koushikdutta.async.AsyncSSLException
All Implemented Interfaces:
java.io.Serializable

public class AsyncSSLException
extends javax.net.ssl.SSLPeerUnverifiedException

See Also:
Serialized Form

Constructor Summary
AsyncSSLException()
           
 
Method Summary
 boolean getIgnore()
           
 void setIgnore(boolean ignore)
           
 
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

AsyncSSLException

public AsyncSSLException()
Method Detail

setIgnore

public void setIgnore(boolean ignore)

getIgnore

public boolean getIgnore()