Package com.core.exception.business
Class SBizExceptionMessage
- java.lang.Object
- 
- com.core.exception.business.SBizExceptionMessage
 
- 
 public class SBizExceptionMessage extends java.lang.Object
- 
- 
Field SummaryFields Modifier and Type Field Description static java.lang.StringMESSAGE_ADD_CTTstatic java.lang.StringMESSAGE_CODEstatic java.lang.StringMESSAGE_ERR_OCCU_ITEM_NM
 - 
Constructor SummaryConstructors Constructor Description SBizExceptionMessage()
 - 
Method SummaryAll 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_CODEpublic static final java.lang.String MESSAGE_CODE - See Also:
- Constant Field Values
 
 - 
MESSAGE_ADD_CTTpublic static final java.lang.String MESSAGE_ADD_CTT - See Also:
- Constant Field Values
 
 - 
MESSAGE_ERR_OCCU_ITEM_NMpublic static final java.lang.String MESSAGE_ERR_OCCU_ITEM_NM - See Also:
- Constant Field Values
 
 
- 
 - 
Method Detail- 
getBizExceptionMessageListpublic SList getBizExceptionMessageList() 
 - 
setBizExceptionMessagepublic void setBizExceptionMessage(java.lang.String msgCode) throws SoloException- Throws:
- SoloException
 
 - 
setBizExceptionMessagepublic void setBizExceptionMessage(java.lang.String msgCode, java.lang.String msgAddCtt) throws SoloException- Throws:
- SoloException
 
 - 
setBizExceptionMessagepublic void setBizExceptionMessage(java.lang.String msgCode, java.lang.String msgAddCtt, java.lang.String msgErrOccuItemNm) throws SoloException- Throws:
- SoloException
 
 - 
throwBizExceptionpublic void throwBizException() throws SException- Throws:
- SException
 
 
- 
 
-