Class CertPathBuilderException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ExtCertPathBuilderException

public class CertPathBuilderException
extends GeneralSecurityException
The exception that is thrown when a CertPathBuilder method fails.
See Also:
Serialized Form
  • Constructor Details

    • CertPathBuilderException

      public CertPathBuilderException​(String msg, Throwable cause)
      Creates a new CertPathBuilderException with the specified message and cause.
      Parameters:
      msg - the detail message for the exception
      cause - why the building of the certification path failed.
    • CertPathBuilderException

      public CertPathBuilderException​(Throwable cause)
      Creates a new CertPathBuilderException with the specified cause.
      Parameters:
      cause - why the building of the certification path failed.
    • CertPathBuilderException

      public CertPathBuilderException​(String msg)
      Creates a new CertPathBuilderException with the specified message.
      Parameters:
      msg - the detail message for the exception.
    • CertPathBuilderException

      public CertPathBuilderException()
      Creates a new CertPathBuilderException.