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.StringMESSAGE_ADD_CTTstatic java.lang.StringMESSAGE_CODEstatic java.lang.StringMESSAGE_ERR_OCCU_ITEM_NM
-
Constructor Summary
Constructors Constructor Description SBizExceptionMessage()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SListgetBizExceptionMessageList()voidsetBizExceptionMessage(java.lang.String msgCode)voidsetBizExceptionMessage(java.lang.String msgCode, java.lang.String msgAddCtt)voidsetBizExceptionMessage(java.lang.String msgCode, java.lang.String msgAddCtt, java.lang.String msgErrOccuItemNm)voidthrowBizException()
-
-
-
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
-
-