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