public class JohnsonException extends RuntimeException
Note: This base class explicitly disallows the construction of exceptions without a message, a throwable or both.
| Constructor and Description |
|---|
JohnsonException(String s)
Constructs a new
JohnsonException with the provided message. |
JohnsonException(String s,
Throwable throwable)
Constructs a new
JohnsonException with the provided message and cause. |
JohnsonException(Throwable throwable)
Constructs a new
JohnsonException the the provided cause and no message. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic JohnsonException(String s)
JohnsonException with the provided message.s - the exception messagepublic JohnsonException(String s, Throwable throwable)
JohnsonException with the provided message and cause.s - the exception messagethrowable - the causepublic JohnsonException(Throwable throwable)
JohnsonException the the provided cause and no message.throwable - the causeCopyright © 2017 Atlassian. All rights reserved.