Package com.core.exception.business
Class SNotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.core.exception.business.SException
-
- com.core.exception.business.SoloException
-
- com.core.exception.business.SNotFoundException
-
- All Implemented Interfaces:
java.io.Serializable
public class SNotFoundException extends SoloException
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class com.core.exception.business.SException
MESSAGE_ADD_CONTENTS, MESSAGE_FILE_NAME, MESSAGE_METHOD_NAME, MESSAGE_SVC_ID, REPLACRE_PARAMS
-
-
Constructor Summary
Constructors Constructor Description SNotFoundException()
SNotFoundException(java.lang.String s)
SNotFoundException(java.lang.String mCode, java.lang.String mMessage)
SNotFoundException(java.lang.String mCode, java.lang.String mMessage, java.lang.Throwable cause)
SNotFoundException(java.lang.String mCode, java.lang.Throwable cause)
SNotFoundException(java.lang.Throwable cause)
-
Method Summary
-
Methods inherited from class com.core.exception.business.SoloException
getMCode, getMMessage, setMCode, setMMessage
-
Methods inherited from class com.core.exception.business.SException
getCauseInfo, getCauseInfo, getMessageAddContents, getMessageFileName, getMessageMethodName, getMessageSvcId, getReplaceParams, getRootCause, getStackTraceString, setCauseInfo, setCauseInfo, setMessageAddContents, setMessageFileName, setMessageMethodName, setMessageSvcId, setReplaceParams
-
-
-
-
Constructor Detail
-
SNotFoundException
public SNotFoundException()
-
SNotFoundException
public SNotFoundException(java.lang.String s)
-
SNotFoundException
public SNotFoundException(java.lang.String mCode, java.lang.Throwable cause)
-
SNotFoundException
public SNotFoundException(java.lang.Throwable cause)
-
SNotFoundException
public SNotFoundException(java.lang.String mCode, java.lang.String mMessage)
-
SNotFoundException
public SNotFoundException(java.lang.String mCode, java.lang.String mMessage, java.lang.Throwable cause)
-
-