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