Name

CertPathBuilderException

Synopsis

Signal a problem while building a certification path with CertPathBuilder.

java.security.cert.CertPathBuilderException

Figure 14-54. java.security.cert.CertPathBuilderException

public class CertPathBuilderException 
        extends java.security.GeneralSecurityException {
// Public Constructors
     public CertPathBuilderException( );  
     public CertPathBuilderException(Throwable cause);  
     public CertPathBuilderException(String msg);  
     public CertPathBuilderException(String msg, Throwable cause);  
}

Thrown By

CertPathBuilder.build( ), CertPathBuilderSpi.engineBuild( )

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.