March 2005
Beginner to intermediate
1254 pages
104h 21m
English
GeneralSecurityException
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); }
Too many classes to list.
Read now
Unlock full access