Class CRLException

All Implemented Interfaces:
Serializable

public class CRLException
extends GeneralSecurityException
The exception that is thrown if errors occur during handling of CRLs.
See Also:
Serialized Form
  • Constructor Details

    • CRLException

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

      public CRLException()
      Creates a new CRLException.
    • CRLException

      public CRLException​(String message, Throwable cause)
      Creates a new CRLException with the specified message and cause.
      Parameters:
      message - the detail message for this exception.
      cause - the cause for this exception.
    • CRLException

      public CRLException​(Throwable cause)
      Creates a new CRLException with the specified cause.
      Parameters:
      cause - the cause for this exception.