public final class SimonException extends RuntimeException
| Constructor and Description |
|---|
SimonException(String message)
Creates SimonException with the message.
|
SimonException(String message,
Throwable cause)
Creates SimonException with message and the chained exception causing this exception.
|
SimonException(Throwable cause)
Creates SimonException with the chained exception causing this exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic SimonException(String message)
message - exception messagepublic SimonException(Throwable cause)
cause - chained exceptionpublic SimonException(String message, Throwable cause)
message - exception messagecause - chained exceptionCopyright © 2019. All rights reserved.