com.pax.dal.exceptions
Class CustomerDisplayDevException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.pax.dal.exceptions.AGeneralException
-
- com.pax.dal.exceptions.CustomerDisplayDevException
-
- All Implemented Interfaces:
- java.io.Serializable
public class CustomerDisplayDevException extends AGeneralException
顾客显示屏操作模块的异常。Exception of customer display screen operation module.- Since:
- V3.25.00
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class com.pax.dal.exceptions.AGeneralException
CUSTOMER_ERRCODE_BASE
-
-
Constructor Summary
Constructors Constructor and Description CustomerDisplayDevException(ECustomerDisplayDevException exception)CustomerDisplayDevException(int code, java.lang.String errMsg)
-
Method Summary
-
Methods inherited from class com.pax.dal.exceptions.AGeneralException
getErrCode, getErrModule, getErrMsg
-
-
-
-
Constructor Detail
-
CustomerDisplayDevException
public CustomerDisplayDevException(ECustomerDisplayDevException exception)
-
CustomerDisplayDevException
public CustomerDisplayDevException(int code, java.lang.String errMsg)
-
-