Class TicketManager.ErrorCode
java.lang.Object
ru.bitel.bgbilling.modules.ticket.server.bean.TicketManager.ErrorCode
- Enclosing class:
- TicketManager
public class TicketManager.ErrorCode
extends java.lang.Object
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringERR_ALREADYCANSELEDstatic intERR_ALREADYCANSELED_CODEstatic java.lang.StringERR_BALANCEstatic intERR_BALANCE_CODEstatic java.lang.StringERR_CONTRACTNOTFOUNDstatic intERR_CONTRACTNOTFOUND_CODEstatic java.lang.StringERR_IPstatic intERR_IP_CODEstatic java.lang.StringERR_MIDstatic intERR_MID_CODEstatic java.lang.StringERR_OUTOFPERIODstatic intERR_OUTOFPERIOD_CODEstatic java.lang.StringERR_PARAMstatic intERR_PARAM_CODEstatic java.lang.StringERR_PASSLIMstatic intERR_PASSLIM_CODEstatic java.lang.StringERR_PAYMENTNOTFOUNDstatic intERR_PAYMENTNOTFOUND_CODEstatic java.lang.StringERR_SERVERstatic intERR_SERVER_CODEstatic java.lang.StringERR_TICKET_BILLstatic intERR_TICKET_BILL_CODEstatic java.lang.StringERR_TICKETNOTFOUNDstatic intERR_TICKETNOTFOUND_CODEstatic java.lang.StringERR_TIMEDOUTstatic intERR_TIMEDOUT_CODEstatic java.lang.StringERR_WRONGACTIONstatic intERR_WRONGACTION_CODE -
Constructor Summary
Constructors Constructor Description ErrorCode() -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
ERR_SERVER
public static final java.lang.String ERR_SERVER- See Also:
- Constant Field Values
-
ERR_SERVER_CODE
public static final int ERR_SERVER_CODE- See Also:
- Constant Field Values
-
ERR_PARAM
public static final java.lang.String ERR_PARAM- See Also:
- Constant Field Values
-
ERR_PARAM_CODE
public static final int ERR_PARAM_CODE- See Also:
- Constant Field Values
-
ERR_OUTOFPERIOD
public static final java.lang.String ERR_OUTOFPERIOD- See Also:
- Constant Field Values
-
ERR_OUTOFPERIOD_CODE
public static final int ERR_OUTOFPERIOD_CODE- See Also:
- Constant Field Values
-
ERR_IP
public static final java.lang.String ERR_IP- See Also:
- Constant Field Values
-
ERR_IP_CODE
public static final int ERR_IP_CODE- See Also:
- Constant Field Values
-
ERR_PASSLIM
public static final java.lang.String ERR_PASSLIM- See Also:
- Constant Field Values
-
ERR_PASSLIM_CODE
public static final int ERR_PASSLIM_CODE- See Also:
- Constant Field Values
-
ERR_WRONGACTION
public static final java.lang.String ERR_WRONGACTION- See Also:
- Constant Field Values
-
ERR_WRONGACTION_CODE
public static final int ERR_WRONGACTION_CODE- See Also:
- Constant Field Values
-
ERR_CONTRACTNOTFOUND
public static final java.lang.String ERR_CONTRACTNOTFOUND- See Also:
- Constant Field Values
-
ERR_CONTRACTNOTFOUND_CODE
public static final int ERR_CONTRACTNOTFOUND_CODE- See Also:
- Constant Field Values
-
ERR_TICKETNOTFOUND
public static final java.lang.String ERR_TICKETNOTFOUND- See Also:
- Constant Field Values
-
ERR_TICKETNOTFOUND_CODE
public static final int ERR_TICKETNOTFOUND_CODE- See Also:
- Constant Field Values
-
ERR_TICKET_BILL
public static final java.lang.String ERR_TICKET_BILL- See Also:
- Constant Field Values
-
ERR_TICKET_BILL_CODE
public static final int ERR_TICKET_BILL_CODE- See Also:
- Constant Field Values
-
ERR_PAYMENTNOTFOUND
public static final java.lang.String ERR_PAYMENTNOTFOUND- See Also:
- Constant Field Values
-
ERR_PAYMENTNOTFOUND_CODE
public static final int ERR_PAYMENTNOTFOUND_CODE- See Also:
- Constant Field Values
-
ERR_ALREADYCANSELED
public static final java.lang.String ERR_ALREADYCANSELED- See Also:
- Constant Field Values
-
ERR_ALREADYCANSELED_CODE
public static final int ERR_ALREADYCANSELED_CODE- See Also:
- Constant Field Values
-
ERR_TIMEDOUT
public static final java.lang.String ERR_TIMEDOUT- See Also:
- Constant Field Values
-
ERR_TIMEDOUT_CODE
public static final int ERR_TIMEDOUT_CODE- See Also:
- Constant Field Values
-
ERR_MID
public static final java.lang.String ERR_MID- See Also:
- Constant Field Values
-
ERR_MID_CODE
public static final int ERR_MID_CODE- See Also:
- Constant Field Values
-
ERR_BALANCE
public static final java.lang.String ERR_BALANCE- See Also:
- Constant Field Values
-
ERR_BALANCE_CODE
public static final int ERR_BALANCE_CODE- See Also:
- Constant Field Values
-
-
Constructor Details
-
ErrorCode
public ErrorCode()
-