GeneralSecurityException


GeneralSecurityException java.security

Java 1.2 serializable checked

This class is the superclass of most of the exceptions defined by the java.security package.

Figure 14-10. java.security.GeneralSecurityException

 public class  GeneralSecurityException  extends Exception {  // Public Constructors  public  GeneralSecurityException  ( );  5.0  public  GeneralSecurityException  (Throwable  cause  );        public  GeneralSecurityException  (String  msg  );  5.0  public  GeneralSecurityException  (String  message  , Throwable  cause  );   } 

Subclasses

Too many classes to list.



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