com.pax.dal.exceptions
Class P2PEException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.pax.dal.exceptions.AGeneralException
-
- com.pax.dal.exceptions.P2PEException
-
- All Implemented Interfaces:
- java.io.Serializable
public class P2PEException extends AGeneralException
P2PE异常类。P2PE 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 P2PEException(EP2PEException exception)P2PEException(int code, java.lang.String errMsg)
-
Method Summary
-
Methods inherited from class com.pax.dal.exceptions.AGeneralException
getErrCode, getErrModule, getErrMsg
-
-
-
-
Constructor Detail
-
P2PEException
public P2PEException(EP2PEException exception)
-
P2PEException
public P2PEException(int code, java.lang.String errMsg)
-
-