Package org.cxbox.core.exception
Class BusinessException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.cxbox.core.exception.BusinessException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
AnySourceVersionMismatchException,EntityNotFoundException,InnerBcException,UnableToLockException,VersionMismatchException
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionBusinessException(String message) BusinessException(String message, Throwable cause) BusinessException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace) BusinessException(Throwable cause) -
Method Summary
Modifier and TypeMethodDescriptionaddPostAction(PostAction postAction) setEntity(BusinessError.Entity entity) setPostActions(List<PostAction> postActions) Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
BusinessException
public BusinessException() -
BusinessException
-
BusinessException
-
BusinessException
-
BusinessException
-
-
Method Details
-
addPopup
-
addPopup
-
setEntity
-
addPostAction
-
setPostActions
-
getMessage
- Overrides:
getMessagein classThrowable
-