public class YtbException extends RuntimeException
| Constructor and Description |
|---|
YtbException(String exceptionMessage)
Creates YTB exception with an exception message.
|
YtbException(Throwable cause)
Creates YTB exception with the cause for it.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic YtbException(String exceptionMessage)
exceptionMessage - message with which exception must be thrownpublic YtbException(Throwable cause)
cause - cause of the exception