public class ITSException extends RuntimeException
| Constructor and Description |
|---|
ITSException(String text)
Creates a new exception with a given text.
|
ITSException(Throwable e)
Creates a new exception with a given parent exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ITSException(String text)
text - Text to go with the new exception.public ITSException(Throwable e)
e - The parent exception.Copyright © 2021. All rights reserved.