Searched defs:SSLException (Results 1 - 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/javax/net/ssl/
H A DSSLException.java40 class SSLException extends IOException class in inherits:IOException
50 public SSLException(String reason) method in class:SSLException
56 * Creates a <code>SSLException</code> with the specified
67 public SSLException(String message, Throwable cause) { method in class:SSLException
73 * Creates a <code>SSLException</code> with the specified cause
84 public SSLException(Throwable cause) { method in class:SSLException

Completed in 48 milliseconds