public class BusinessException extends I18nSupportException
| Constructor and Description |
|---|
BusinessException(String message) |
BusinessException(String message,
int status,
Object... args) |
BusinessException(String message,
String code) |
BusinessException(String message,
String code,
int status,
Object... args) |
BusinessException(String message,
Throwable cause) |
BusinessException(String message,
Throwable cause,
int status) |
getLocalizedMessage, getMessageaddSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic BusinessException(String message)
Copyright © 2016–2021. All rights reserved.