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