Name

GeneralSecurityException

Synopsis

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

java.security.GeneralSecurityException

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.

Get Java in a Nutshell, 5th Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.