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