Class InvalidCertificateException

java.lang.Object
java.lang.Throwable
java.lang.Exception
cz.metacentrum.perun.core.api.exceptions.PerunException
cz.metacentrum.perun.core.api.exceptions.InvalidCertificateException
All Implemented Interfaces:
Serializable

public class InvalidCertificateException extends PerunException
Certificate is not valid - for a lots of different reasons (like unsupported subject, expired etc.)
Author:
Michal Stava <stavamichal@gmail.com>
See Also:
  • Constructor Details

    • InvalidCertificateException

      public InvalidCertificateException(String message)
      Simple constructor with a message
      Parameters:
      message - message with details about the cause
    • InvalidCertificateException

      public InvalidCertificateException(String message, Throwable cause)
      Constructor with a message and Throwable object
      Parameters:
      message - message with details about the cause
      cause - Throwable that caused throwing of this exception
    • InvalidCertificateException

      public InvalidCertificateException(Throwable cause)
      Constructor with a Throwable object
      Parameters:
      cause - Throwable that caused throwing of this exception