com.pax.dal.exceptions
Class BaseDevException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.pax.dal.exceptions.AGeneralException
-
- com.pax.dal.exceptions.BaseDevException
-
- All Implemented Interfaces:
- java.io.Serializable
public class BaseDevException extends AGeneralException
底座异常类。Base exception class.- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class com.pax.dal.exceptions.AGeneralException
CUSTOMER_ERRCODE_BASE
-
-
Constructor Summary
Constructors Constructor and Description BaseDevException(EBaseDevException exception)BaseDevException(int code, java.lang.String errMsg)
-
Method Summary
-
Methods inherited from class com.pax.dal.exceptions.AGeneralException
getErrCode, getErrModule, getErrMsg
-
-
-
-
Constructor Detail
-
BaseDevException
public BaseDevException(EBaseDevException exception)
-
BaseDevException
public BaseDevException(int code, java.lang.String errMsg)
-
-