Class IntegrationCertificateException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- java.lang.IllegalStateException
-
- com.synopsys.integration.rest.exception.IntegrationCertificateException
-
- All Implemented Interfaces:
java.io.Serializable
public class IntegrationCertificateException extends java.lang.IllegalStateException- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IntegrationCertificateException()IntegrationCertificateException(java.lang.String message)IntegrationCertificateException(java.lang.String message, java.lang.Throwable cause)IntegrationCertificateException(java.lang.Throwable cause)
-
-
-
Constructor Detail
-
IntegrationCertificateException
public IntegrationCertificateException()
-
IntegrationCertificateException
public IntegrationCertificateException(java.lang.String message, java.lang.Throwable cause)
-
IntegrationCertificateException
public IntegrationCertificateException(java.lang.String message)
-
IntegrationCertificateException
public IntegrationCertificateException(java.lang.Throwable cause)
-
-