Package org.cxbox.core.exception
Class BusinessIntermediateException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.cxbox.core.exception.BusinessIntermediateException
-
- All Implemented Interfaces:
Serializable
public class BusinessIntermediateException extends RuntimeException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BusinessIntermediateException()BusinessIntermediateException(String message, Throwable cause)BusinessIntermediateException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)BusinessIntermediateException(Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BusinessIntermediateExceptionsetEntity(BusinessError.Entity entity)BusinessIntermediateExceptionsetObject(Object object)-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Method Detail
-
setEntity
public BusinessIntermediateException setEntity(BusinessError.Entity entity)
-
setObject
public BusinessIntermediateException setObject(Object object)
-
-