public class UtilException extends RuntimeException
| Constructor and Description |
|---|
UtilException(String message) |
UtilException(String messageTemplate,
Object... params) |
UtilException(String message,
Throwable throwable) |
UtilException(Throwable e) |
UtilException(Throwable throwable,
String messageTemplate,
Object... params) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringCopyright © 2021. All rights reserved.