public class BusinessRuleException extends RuntimeException
| Constructor and Description |
|---|
BusinessRuleException(String message,
String rule) |
BusinessRuleException(String message,
Throwable cause,
String rule) |
BusinessRuleException(Throwable cause,
String rule) |
| Modifier and Type | Method and Description |
|---|---|
String |
getRule() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic String getRule()
Copyright © 2018. All rights reserved.