Package com.core.exception.business
Class SNotAffectedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.core.exception.business.SException
-
- com.core.exception.business.SoloException
-
- com.core.exception.business.SNotAffectedException
-
- All Implemented Interfaces:
java.io.Serializable
public class SNotAffectedException 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 SNotAffectedException()
SNotAffectedException(java.lang.String s)
SNotAffectedException(java.lang.String mCode, java.lang.String mMessage)
SNotAffectedException(java.lang.String mCode, java.lang.String mMessage, java.lang.Throwable cause)
SNotAffectedException(java.lang.String mCode, java.lang.Throwable cause)
SNotAffectedException(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
-
SNotAffectedException
public SNotAffectedException()
-
SNotAffectedException
public SNotAffectedException(java.lang.String s)
-
SNotAffectedException
public SNotAffectedException(java.lang.String mCode, java.lang.Throwable cause)
-
SNotAffectedException
public SNotAffectedException(java.lang.Throwable cause)
-
SNotAffectedException
public SNotAffectedException(java.lang.String mCode, java.lang.String mMessage)
-
SNotAffectedException
public SNotAffectedException(java.lang.String mCode, java.lang.String mMessage, java.lang.Throwable cause)
-
-