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