Package com.core.exception.business
Class SInterfaceException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.core.exception.business.SException
-
- com.core.exception.business.SAbstractException
-
- com.core.exception.business.SSysException
-
- com.core.exception.business.SInterfaceException
-
- All Implemented Interfaces:
java.io.Serializable
public class SInterfaceException extends SSysException
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class com.core.exception.business.SAbstractException
MESSAGE_ADD_CONTENTS, MESSAGE_ERR_OCCU_ITEM_NM, MESSAGE_FILE_NAME, MESSAGE_LINE_NUMBER, MESSAGE_METHOD_NAME, MESSAGE_SVC_ID, REPLACRE_PARAMS
-
-
Constructor Summary
Constructors Constructor Description SInterfaceException()
SInterfaceException(java.lang.String msgCode, java.lang.String msgAddCtt)
SInterfaceException(java.lang.String msgCode, java.lang.String msgAddCtt, java.lang.String intfErrCd)
SInterfaceException(java.lang.String msgCode, java.lang.String msgAddCtt, java.lang.Throwable cause)
SInterfaceException(java.lang.String msgCode, java.lang.String msgAddCtt, java.lang.Throwable cause, java.lang.String intfErrCd)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getIntfErrCd()
-
Methods inherited from class com.core.exception.business.SAbstractException
getCauseInfo, getCauseInfo, getMessageAddContents, getMessageErrOccuItemNm, getMessageFileName, getMessageLineNumber, getMessageMethodName, getMessageSvcId, getReplaceParams, setCauseInfo, setCauseInfo, setMessageAddContents, setMessageAddContents, setMessageErrOccuItemNm, setMessageFileName, setMessageLineNumber, setMessageMethodName, setMessageSvcId, setReplaceParams
-
Methods inherited from class com.core.exception.business.SException
getMCode, getMMessage, getRootCause, getStackTraceString
-
-
-
-
Constructor Detail
-
SInterfaceException
public SInterfaceException()
-
SInterfaceException
public SInterfaceException(java.lang.String msgCode, java.lang.String msgAddCtt)
-
SInterfaceException
public SInterfaceException(java.lang.String msgCode, java.lang.String msgAddCtt, java.lang.Throwable cause)
-
SInterfaceException
public SInterfaceException(java.lang.String msgCode, java.lang.String msgAddCtt, java.lang.String intfErrCd)
-
SInterfaceException
public SInterfaceException(java.lang.String msgCode, java.lang.String msgAddCtt, java.lang.Throwable cause, java.lang.String intfErrCd)
-
-