Represents the exception that is thrown when MyCQClient, UserManager, QueueManager and CQManager are not able to complete a operation. More...
Public Member Functions | |
int | getCode () |
Get the code of an exception. | |
string | getMessage () |
Get the message of an exception. | |
MyCQException (int code, string message) | |
Constructor. | |
Public Attributes | |
const int | CLIENT_CONNECTION = 1001 |
connection failed. | |
const int | CLIENT_LOGIN = 1002 |
login failed. | |
const int | UM_FAILED = 2001 |
operation failed. | |
const int | UM_USERNAME = 2002 |
invalid user name. | |
const int | UM_PASSWORD = 2003 |
invalid password. | |
const int | UM_USERTYPE = 2004 |
invalid user type. | |
const int | QM_FAILED = 3001 |
operation failed. | |
const int | QM_QUEUE_NAME = 3002 |
invalid queue name. | |
const int | QM_QUEUE_SCHEMA = 3003 |
invalid queue schema. | |
const int | QM_QUEUE_COLUMN = 3004 |
invalid queue column. | |
const int | QM_QUEUE_SIZE = 3005 |
invalid queue size. | |
const int | CQM_FAILED = 5001 |
operation failed. | |
const int | CQM_CQ_NAME = 5002 |
invalid CQ name. | |
const int | CQM_CQ_STATEMENT = 5003 |
invalid CQ statement. | |
const int | CQM_QUEUE_NAME = 5004 |
invalid queue name. | |
const int | CQM_HEART_BEAT = 5005 |
invalid heart beat value. | |
const int | CQM_CQ_RESULT_QUEUE_SIZE = 5006 |
invalid CQ result queue size. | |
const int | QUEUE_INVALID_QUEUE = 7001 |
invalid queue. | |
const int | QUEUE_INVALID_MESSAGE = 7002 |
invalid message. | |
const int | QUEUE_PUT_FAILED = 7003 |
put failed. | |
const int | QUEUE_GET_FAILED = 7004 |
get failed. | |
const int | QUEUE_GET_START = 7005 |
get start failed. | |
const int | QUEUE_GET_STOP = 7006 |
get stop failed. | |
const int | QUEUE_SCHEMA_INVALID_COLUMN_NAME = 7501 |
invalid column name. | |
const int | QUEUE_SCHEMA_INVALID_COLUMN_SIZE = 7502 |
invalid column size. | |
const int | MSG_COLUMN_NAME = 9001 |
invalid column size. | |
const int | MSG_COLUMN_INDEX = 9002 |
invalid column index. | |
const int | MSG_COLUMN_DATE = 9003 |
invalid date value. | |
const int | MSG_COLUMN_TIME = 9004 |
invalid time value. | |
const int | MSG_COLUMN_DATETIME = 9005 |
invalid datetime value. | |
const int | MSG_COLUMN_VALUE = 9006 |
invalid column value. | |
const int | MSG_READ_ONLY = 9007 |
read only message. |
Represents the exception that is thrown when MyCQClient, UserManager, QueueManager and CQManager are not able to complete a operation.
MyCQ.MyCQException.MyCQException | ( | int | code, | |
string | message | |||
) |
Constructor.
code | Exception code. | |
message | Exception message. |
int MyCQ.MyCQException.getCode | ( | ) |
Get the code of an exception.
string MyCQ.MyCQException.getMessage | ( | ) |
Get the message of an exception.
const int MyCQ.MyCQException.CLIENT_CONNECTION = 1001 |
connection failed.
const int MyCQ.MyCQException.CLIENT_LOGIN = 1002 |
login failed.
const int MyCQ.MyCQException.CQM_CQ_NAME = 5002 |
invalid CQ name.
const int MyCQ.MyCQException.CQM_CQ_RESULT_QUEUE_SIZE = 5006 |
invalid CQ result queue size.
const int MyCQ.MyCQException.CQM_CQ_STATEMENT = 5003 |
invalid CQ statement.
const int MyCQ.MyCQException.CQM_FAILED = 5001 |
operation failed.
const int MyCQ.MyCQException.CQM_HEART_BEAT = 5005 |
invalid heart beat value.
const int MyCQ.MyCQException.CQM_QUEUE_NAME = 5004 |
invalid queue name.
const int MyCQ.MyCQException.MSG_COLUMN_DATE = 9003 |
invalid date value.
const int MyCQ.MyCQException.MSG_COLUMN_DATETIME = 9005 |
invalid datetime value.
const int MyCQ.MyCQException.MSG_COLUMN_INDEX = 9002 |
invalid column index.
const int MyCQ.MyCQException.MSG_COLUMN_NAME = 9001 |
invalid column size.
const int MyCQ.MyCQException.MSG_COLUMN_TIME = 9004 |
invalid time value.
const int MyCQ.MyCQException.MSG_COLUMN_VALUE = 9006 |
invalid column value.
const int MyCQ.MyCQException.MSG_READ_ONLY = 9007 |
read only message.
const int MyCQ.MyCQException.QM_FAILED = 3001 |
operation failed.
const int MyCQ.MyCQException.QM_QUEUE_COLUMN = 3004 |
invalid queue column.
const int MyCQ.MyCQException.QM_QUEUE_NAME = 3002 |
invalid queue name.
const int MyCQ.MyCQException.QM_QUEUE_SCHEMA = 3003 |
invalid queue schema.
const int MyCQ.MyCQException.QM_QUEUE_SIZE = 3005 |
invalid queue size.
const int MyCQ.MyCQException.QUEUE_GET_FAILED = 7004 |
get failed.
const int MyCQ.MyCQException.QUEUE_GET_START = 7005 |
get start failed.
const int MyCQ.MyCQException.QUEUE_GET_STOP = 7006 |
get stop failed.
const int MyCQ.MyCQException.QUEUE_INVALID_MESSAGE = 7002 |
invalid message.
const int MyCQ.MyCQException.QUEUE_INVALID_QUEUE = 7001 |
invalid queue.
const int MyCQ.MyCQException.QUEUE_PUT_FAILED = 7003 |
put failed.
const int MyCQ.MyCQException.QUEUE_SCHEMA_INVALID_COLUMN_NAME = 7501 |
invalid column name.
const int MyCQ.MyCQException.QUEUE_SCHEMA_INVALID_COLUMN_SIZE = 7502 |
invalid column size.
const int MyCQ.MyCQException.UM_FAILED = 2001 |
operation failed.
const int MyCQ.MyCQException.UM_PASSWORD = 2003 |
invalid password.
const int MyCQ.MyCQException.UM_USERNAME = 2002 |
invalid user name.
const int MyCQ.MyCQException.UM_USERTYPE = 2004 |
invalid user type.