Example usage for javax.net.ssl SSLException subclass-usage

List of usage examples for javax.net.ssl SSLException subclass-usage

Introduction

In this page you can find the example usage for javax.net.ssl SSLException subclass-usage.

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 {