public class BusinessError extends Error
| Constructor and Description |
|---|
BusinessError() |
BusinessError(String value) |
BusinessError(String value,
List<String> parameters) |
BusinessError(String value,
List<String> parameters,
Throwable throwable) |
BusinessError(String value,
String parameter) |
BusinessError(String value,
String[] parameters) |
BusinessError(String value,
String[] parameters,
Throwable throwable) |
BusinessError(String value,
String parameter,
Throwable throwable) |
BusinessError(String value,
Throwable throwable) |
BusinessError(Throwable throwable) |
getThrowable, setThrowableaddParameter, addParameters, addParameters, getParameters, getValue, setParameters, setValueCopyright © 2012. All Rights Reserved.