Package | Description |
---|---|
biz.onixs.cme.ilink3.handler.exceptions | |
biz.onixs.cme.ilink3.handler.session |
Modifier and Type | Method and Description |
---|---|
ErrorReason |
LogonException.getErrorReason()
Error reason.
|
ErrorReason |
SessionException.getErrorReason() |
Constructor and Description |
---|
LogonException(ErrorReason errorReason,
String description) |
LogonException(ErrorReason errorReason,
String description,
Throwable cause) |
LogonException(ErrorReason errorReason,
Throwable cause) |
SessionException(ErrorReason errorReason,
String errorMsg) |
Modifier and Type | Field and Description |
---|---|
static ErrorReason |
ErrorReason.CANNOT_ESTABLISH_LINK
The telecommunication link cannot be established.
|
static ErrorReason |
ErrorReason.CANNOT_RESTORE_CONNECTION
FIX Connection cannot be restored.
|
static ErrorReason |
ErrorReason.DECODING_ERROR
Received an invalid incoming message.
|
static ErrorReason |
ErrorReason.ESTABLISHMENT_REJECT
Establishment Reject message is received in reply on the Establishment message
|
static ErrorReason |
ErrorReason.EXCEPTION_DURING_PROCESSING_OF_INCOMING_MESSAGE
Exception during processing of incoming message.
|
static ErrorReason |
ErrorReason.EXCHANGE_INITIATED_TERMINATE_MESSAGE
The Exchange sent the initial Terminate message.
|
static ErrorReason |
ErrorReason.KEEP_ALIVE_INTERVAL_LAPSED
When two times the `KeepAliveInterval` has expired and no keep alive message is received then the session is
terminated ungracefully and will need to be re-established.
|
static ErrorReason |
ErrorReason.LINK_ERROR_IS_DETECTED
Link error is detected.
|
static ErrorReason |
ErrorReason.LOGON_TIMEOUT_IS_DETECTED
Logon timeout is detected.
|
static ErrorReason |
ErrorReason.LOW_SCHEMA_VERSION
SBE message schema version is lower than expected.
|
static ErrorReason |
ErrorReason.MSG_SEQ_NUM_TOO_LOW
The incoming message has a sequence number less than expected and the PossDupFlag is not
set, it indicates a serious error.
|
static ErrorReason |
ErrorReason.NA |
static ErrorReason |
ErrorReason.NEGOTIATION_REJECT
Negotiation Reject message is received in reply on the Negotiation message
|
static ErrorReason |
ErrorReason.RETRANSMIT_REJECT
The Retransmit Reject message is received in reply to the Retransmit Request message.
|
static ErrorReason |
ErrorReason.TERMINATE_IN_REPLY_ON_ESTABLISH
Terminate message is received in reply on the Negotiate or Establish messages.
|
static ErrorReason |
ErrorReason.UNEXPECTED_MESSAGE_TYPE
Message received is unexpected in the current state of the session.
|
static ErrorReason |
ErrorReason.UNEXPECTED_SCHEMA_ID
Unexpected SBE message schema id, the session is configured with different id.
|
static ErrorReason |
ErrorReason.UNEXPECTED_UUID
A message with unexpected UUID is received.
|
static ErrorReason |
ErrorReason.USER_CODE_THREW_EXCEPTION
User code threw exception.
|
Modifier and Type | Method and Description |
---|---|
ErrorReason |
ErrorArgs.getReason() |
Modifier and Type | Method and Description |
---|---|
void |
ErrorArgs.setReason(ErrorReason reason) |
Constructor and Description |
---|
ErrorArgs(ErrorReason reason,
String description) |
Copyright © 2005–2024 Onix Solutions. All rights reserved.