List of usage examples for javax.net.ssl SSLException subclass-usage
From source file android.net.http.HttpsConnection.java
/** * Simple exception we throw if the SSL connection is closed by the user. * * {@hide} */ class SSLConnectionClosedByUserException extends SSLException {
From source file android.net.http.HttpsConnection.java
/** * Simple exception we throw if the SSL connection is closed by the user. * * {@hide} */ class SSLConnectionClosedByUserException extends SSLException {
From source file android.net.http.HttpsConnection.java
/** * Simple exception we throw if the SSL connection is closed by the user. * * {@hide} */ class SSLConnectionClosedByUserException extends SSLException {
From source file org.sandrob.android.net.http.HttpsConnection.java
/** * Simple exception we throw if the SSL connection is closed by the user. * * {@hide} */ class SSLConnectionClosedByUserException extends SSLException {