Package com.core.exception.business
Class SBizExceptionMessage
- java.lang.Object
-
- com.core.exception.business.SBizExceptionMessage
-
public class SBizExceptionMessage extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
MESSAGE_ADD_CTT
static java.lang.String
MESSAGE_CODE
static java.lang.String
MESSAGE_ERR_OCCU_ITEM_NM
-
Constructor Summary
Constructors Constructor Description SBizExceptionMessage()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SList
getBizExceptionMessageList()
void
setBizExceptionMessage(java.lang.String msgCode)
void
setBizExceptionMessage(java.lang.String msgCode, java.lang.String msgAddCtt)
void
setBizExceptionMessage(java.lang.String msgCode, java.lang.String msgAddCtt, java.lang.String msgErrOccuItemNm)
void
throwBizException()
-
-
-
Field Detail
-
MESSAGE_CODE
public static final java.lang.String MESSAGE_CODE
- See Also:
- Constant Field Values
-
MESSAGE_ADD_CTT
public static final java.lang.String MESSAGE_ADD_CTT
- See Also:
- Constant Field Values
-
MESSAGE_ERR_OCCU_ITEM_NM
public static final java.lang.String MESSAGE_ERR_OCCU_ITEM_NM
- See Also:
- Constant Field Values
-
-
Method Detail
-
getBizExceptionMessageList
public SList getBizExceptionMessageList()
-
setBizExceptionMessage
public void setBizExceptionMessage(java.lang.String msgCode) throws SoloException
- Throws:
SoloException
-
setBizExceptionMessage
public void setBizExceptionMessage(java.lang.String msgCode, java.lang.String msgAddCtt) throws SoloException
- Throws:
SoloException
-
setBizExceptionMessage
public void setBizExceptionMessage(java.lang.String msgCode, java.lang.String msgAddCtt, java.lang.String msgErrOccuItemNm) throws SoloException
- Throws:
SoloException
-
throwBizException
public void throwBizException() throws SException
- Throws:
SException
-
-