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