public class SSLCertGenException
extends java.lang.Exception
| Constructor and Description |
|---|
SSLCertGenException(java.lang.String msg)
Constructor which accepts a custom message.
|
SSLCertGenException(java.lang.String msg,
java.lang.Throwable cause)
Constructor which accepts a root cause and a custom message.
|
SSLCertGenException(java.lang.Throwable cause)
Constructor which accepts a root cause.
|
public SSLCertGenException(java.lang.Throwable cause)
cause - Exception which has been caught in the course of processing.public SSLCertGenException(java.lang.String msg)
msg - Error message.public SSLCertGenException(java.lang.String msg,
java.lang.Throwable cause)
msg - Error message.cause - Exception which has been caught in the course of processing.