SSLException


SSLException javax.net.ssl

Java 1.4 serializable checked

Signals an SSL- related problem. This class serves as the common superclass of more specific SSL exception subclasses.

Figure 18-6. javax.net.ssl.SSLException

 public class  SSLException  extends java.io.IOException {  // Public Constructors   5.0  public  SSLException  (Throwable  cause  );        public  SSLException  (String  reason  );  5.0  public  SSLException  (String  message  , Throwable  cause  );   } 

Subclasses

SSLHandshakeException , SSLKeyException , SSLPeerUnverifiedException , SSLProtocolException

Thrown By

SSLEngine.{beginHandshake( ) , closeInbound( ) , unwrap( ) , wrap( )}



Java In A Nutshell
Java In A Nutshell, 5th Edition
ISBN: 0596007736
EAN: 2147483647
Year: 2004
Pages: 1220

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net