public class HornetQException extends Exception
Modifier and Type | Field and Description |
---|---|
static int |
ADDRESS_DOES_NOT_EXIST
An operation failed because an address does not exist on the server.
|
static int |
ADDRESS_EXISTS
An operation failed because an address exists on the server.
|
static int |
CONNECTION_TIMEDOUT
A client timed out will connecting to HornetQ server.
|
static int |
DISCONNECTED
A client was disconnected from HornetQ server when the server has shut down.
|
static int |
DUPLICATE_ID_REJECTED
A DuplicateID was rejected.
|
static int |
DUPLICATE_METADATA
A Session Metadata was set in duplication
|
static int |
ILLEGAL_STATE
A HornetQ resource is not in a legal state (e.g.
|
static int |
INCOMPATIBLE_CLIENT_SERVER_VERSIONS
A incompatibility between HornetQ versions on the client and the server has been detected
|
static int |
INTERNAL_ERROR
Internal error which prevented HornetQ to perform.
|
static int |
INVALID_FILTER_EXPRESSION
An filter expression has not been validated
|
static int |
IO_ERROR
Unexpected I/O error occured on the server.
|
static int |
LARGE_MESSAGE_ERROR_BODY
An problem occurred while manipulating the body of a large message.
|
static int |
NATIVE_ERROR_AIO_FULL
AIO is full
|
static int |
NATIVE_ERROR_ALLOCATE_MEMORY
An error occurred while allocating memory in the AIO native code
|
static int |
NATIVE_ERROR_CANT_ALLOCATE_QUEUE
An error occured while allocating a queue in AIO native code
|
static int |
NATIVE_ERROR_CANT_INITIALIZE_AIO
AIO has not been properly initialized
|
static int |
NATIVE_ERROR_CANT_OPEN_CLOSE_FILE
A closed file has not be properly reopened
|
static int |
NATIVE_ERROR_CANT_RELEASE_AIO
AIO has not been properly released
|
static int |
NATIVE_ERROR_INTERNAL
A internal error occured in the AIO native code
|
static int |
NATIVE_ERROR_INVALID_BUFFER
A buffer is invalid in the AIO native code
|
static int |
NATIVE_ERROR_NOT_ALIGNED
Alignment error in the AIO native code
|
static int |
NATIVE_ERROR_PREALLOCATE_FILE
An error occured while pre-allocating a file in AIO native code
|
static int |
NOT_CONNECTED
A client is not able to connect to HornetQ server.
|
static int |
OBJECT_CLOSED
A client operation failed because the calling resource
(ClientSession, ClientProducer, etc.) is closed.
|
static int |
QUEUE_DOES_NOT_EXIST
An operation failed because a queue does not exist on the server.
|
static int |
QUEUE_EXISTS
An operation failed because a queue exists on the server.
|
static int |
SECURITY_EXCEPTION
A security problem occured (authentication issues, permission issues,...)
|
static int |
SESSION_CREATION_REJECTED
The creation of a session was rejected by the server (e.g.
|
static int |
SESSION_EXISTS
An operation failed because a session exists on the server.
|
static int |
TRANSACTION_OUTCOME_UNKNOWN
The outcome of a tx is unknown
|
static int |
TRANSACTION_ROLLED_BACK
A transaction was rolled back.
|
static int |
UNBLOCKED
A blocking call from a client was unblocked during failover.
|
static int |
UNSUPPORTED_PACKET
A packet of unsupported type was received by HornetQ PacketHandler.
|
Constructor and Description |
---|
HornetQException() |
HornetQException(int code) |
HornetQException(int code,
String msg) |
HornetQException(int code,
String msg,
Throwable cause) |
Modifier and Type | Method and Description |
---|---|
int |
getCode() |
String |
toString() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
public static final int INTERNAL_ERROR
public static final int UNSUPPORTED_PACKET
public static final int NOT_CONNECTED
public static final int CONNECTION_TIMEDOUT
public static final int DISCONNECTED
public static final int UNBLOCKED
public static final int IO_ERROR
public static final int QUEUE_DOES_NOT_EXIST
public static final int QUEUE_EXISTS
public static final int OBJECT_CLOSED
public static final int INVALID_FILTER_EXPRESSION
public static final int ILLEGAL_STATE
public static final int SECURITY_EXCEPTION
public static final int ADDRESS_DOES_NOT_EXIST
public static final int ADDRESS_EXISTS
public static final int INCOMPATIBLE_CLIENT_SERVER_VERSIONS
public static final int SESSION_EXISTS
public static final int LARGE_MESSAGE_ERROR_BODY
public static final int TRANSACTION_ROLLED_BACK
public static final int SESSION_CREATION_REJECTED
public static final int DUPLICATE_ID_REJECTED
public static final int DUPLICATE_METADATA
public static final int NATIVE_ERROR_INTERNAL
public static final int NATIVE_ERROR_INVALID_BUFFER
public static final int NATIVE_ERROR_NOT_ALIGNED
public static final int NATIVE_ERROR_CANT_INITIALIZE_AIO
public static final int NATIVE_ERROR_CANT_RELEASE_AIO
public static final int NATIVE_ERROR_CANT_OPEN_CLOSE_FILE
public static final int NATIVE_ERROR_CANT_ALLOCATE_QUEUE
public static final int NATIVE_ERROR_PREALLOCATE_FILE
public static final int NATIVE_ERROR_ALLOCATE_MEMORY
public static final int TRANSACTION_OUTCOME_UNKNOWN
public static final int NATIVE_ERROR_AIO_FULL
public HornetQException()
public HornetQException(int code)
public HornetQException(int code, String msg)
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.