Package com.sap.cloud.security.x509
Class InvalidCertificateException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.sap.cloud.security.x509.InvalidCertificateException
-
- All Implemented Interfaces:
Serializable
public class InvalidCertificateException extends RuntimeException
Runtime exception during certificate parsing and validation.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InvalidCertificateException(String message)
InvalidCertificateException(String message, Exception e)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-