public class BusinessLogicException extends Exception
| Type | Property and Description |
|---|---|
boolean |
namesSpecific |
| Constructor and Description |
|---|
BusinessLogicException(String msg) |
BusinessLogicException(String msg,
int status)
Uses this for json error message with a defined response status.
|
BusinessLogicException(String propertyName,
String msg) |
BusinessLogicException(String msg,
Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
String |
getPropertyName() |
int |
getStatus() |
boolean |
namesSpecificProperty() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic BusinessLogicException(String msg)
public BusinessLogicException(String msg, int status)
msg - status - public String getPropertyName()
public boolean namesSpecificProperty()
public int getStatus()
Copyright © 2016 LeanIX GmbH. All rights reserved.