Build 1.0_r1(from source)

android.net.http
Class SSLConnectionClosedByUserException

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 android.net.http.SSLConnectionClosedByUserException
All Implemented Interfaces:
Serializable

 class SSLConnectionClosedByUserException
extends SSLException

Simple exception we throw if the SSL connection is closed by the user.


Constructor Summary
SSLConnectionClosedByUserException(String reason)
           
 
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

SSLConnectionClosedByUserException

public SSLConnectionClosedByUserException(String reason)

Build 1.0_r1(from source)

Please submit a feedback, bug or feature