public class AcmeException extends Exception
| Constructor and Description |
|---|
AcmeException()
Creates a generic
AcmeException. |
AcmeException(String msg)
Creates a generic
AcmeException. |
AcmeException(String msg,
Throwable cause)
Creates a generic
AcmeException. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic AcmeException()
AcmeException.public AcmeException(String msg)
AcmeException.msg - Descriptionpublic AcmeException(String msg, Throwable cause)
AcmeException.msg - Descriptioncause - Throwable that caused this exceptionCopyright © 2015–2019. All rights reserved.