Package com.progress.open4gl.broker
Class BrokerException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.progress.common.exception.ProException
com.progress.open4gl.broker.BrokerException
- All Implemented Interfaces:
com.progress.common.exception.IChainableException
,Serializable
public class BrokerException
extends com.progress.common.exception.ProException
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
-
Constructor Summary
ConstructorsConstructorDescriptionBrokerException
(int e, long msgID, Object[] params) BrokerException
(int e, long msgID, Object[] params, Throwable previous) BrokerException
(int e, String errorMessage) BrokerException
(String errorMessage) BrokerException
(Throwable t, int e, String errorMessage) BrokerException
(Throwable t, String errorMessage) -
Method Summary
Methods inherited from class com.progress.common.exception.ProException
getArgument, getLocalizedMessage, getMessage, getMessageId, getPrevious, setMessageId, setPrevious, toString
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Field Details
-
ABNORMAL_EOF
public static final int ABNORMAL_EOF- See Also:
-
SERVER_STOP
public static final int SERVER_STOP- See Also:
-
COMM_ERROR
public static final int COMM_ERROR- See Also:
-
SYSTEM_ERROR
public static final int SYSTEM_ERROR- See Also:
-
NO_AVAILABLE_SERVERS
public static final int NO_AVAILABLE_SERVERS- See Also:
-
SEND_DATA_ERROR
public static final int SEND_DATA_ERROR- See Also:
-
RECV_DATA_ERROR
public static final int RECV_DATA_ERROR- See Also:
-
CODE_GENERAL_ERROR
public static final int CODE_GENERAL_ERROR- See Also:
-
CODE_BAD_URL
public static final int CODE_BAD_URL- See Also:
-
CODE_INVALID_STATE
public static final int CODE_INVALID_STATE- See Also:
-
CODE_ERROR_STRING
public static final int CODE_ERROR_STRING- See Also:
-
CODE_CONNECT_FAILURE
public static final int CODE_CONNECT_FAILURE- See Also:
-
CODE_CLIENT_STOP
public static final int CODE_CLIENT_STOP- See Also:
-
CODE_SERVER_STOP
public static final int CODE_SERVER_STOP- See Also:
-
CODE_PROTOCOL_ERROR
public static final int CODE_PROTOCOL_ERROR- See Also:
-
CODE_SENDDATA_ERROR
public static final int CODE_SENDDATA_ERROR- See Also:
-
CODE_RECVDATA_ERROR
public static final int CODE_RECVDATA_ERROR- See Also:
-
-
Constructor Details
-
BrokerException
public BrokerException() -
BrokerException
-
BrokerException
-
BrokerException
-
BrokerException
-
BrokerException
-
BrokerException
-
-
Method Details
-
getErrorNum
public int getErrorNum() -
getErrorMessage
-