public class AcmeProtocolException extends RuntimeException
| Constructor and Description |
|---|
AcmeProtocolException(String msg)
Creates a new
AcmeProtocolException. |
AcmeProtocolException(String msg,
Throwable cause)
Creates a new
AcmeProtocolException. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic AcmeProtocolException(String msg)
AcmeProtocolException.msg - Reason of the exceptionpublic AcmeProtocolException(String msg, Throwable cause)
AcmeProtocolException.msg - Reason of the exceptioncause - CauseCopyright © 2015–2019. All rights reserved.