Package com.attivio.sdk.error
Class MultiRegionError
- java.lang.Object
-
- com.attivio.sdk.error.ErrorCode
-
- com.attivio.sdk.error.MultiRegionError
-
- All Implemented Interfaces:
java.io.Serializable
public class MultiRegionError extends ErrorCode
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static ErrorCode
AUTHORITY_URI_SYNTAX_ERROR
The syntax of a tranport authority for a data group is invalid URI syntaxstatic ErrorCode
DISPATCHER_CREATION_ERROR
Error trying to create the multi-region dispatcherstatic ErrorCode
MULTIPLE_TRANSPORTS
Found more than oneMultiRegionTransport
definition - there can only be onestatic ErrorCode
TRANSACTION_LOG_INITIALIZATION_ERROR
Error initializing the transaction logstatic ErrorCode
TRANSACTION_LOG_OVER_CAPACITY
The transaction log is over the maximum capacity it is configured to havestatic ErrorCode
TRANSACTION_LOG_RECOVERY_FAILURE
Error trying to recover from the transaction logstatic ErrorCode
TRANSACTION_LOG_WRITING_ERROR
Error writing to the transaction logstatic ErrorCode
UNKNOWN_ROUTING_FOR_MESSAGE
Error due to unknown routing for a messagestatic ErrorCode
WRITING_ERROR
Error writing to the transport (creating the sender or actually writing the message using the sender)
-
Method Summary
-
Methods inherited from class com.attivio.sdk.error.ErrorCode
equals, formatError, getCategory, getCode, getErrorCode, hashCode, readResolve, toString
-
-
-
-
Field Detail
-
MULTIPLE_TRANSPORTS
public static final ErrorCode MULTIPLE_TRANSPORTS
Found more than oneMultiRegionTransport
definition - there can only be one
-
WRITING_ERROR
public static final ErrorCode WRITING_ERROR
Error writing to the transport (creating the sender or actually writing the message using the sender)
-
AUTHORITY_URI_SYNTAX_ERROR
public static final ErrorCode AUTHORITY_URI_SYNTAX_ERROR
The syntax of a tranport authority for a data group is invalid URI syntax
-
TRANSACTION_LOG_INITIALIZATION_ERROR
public static final ErrorCode TRANSACTION_LOG_INITIALIZATION_ERROR
Error initializing the transaction log
-
TRANSACTION_LOG_WRITING_ERROR
public static final ErrorCode TRANSACTION_LOG_WRITING_ERROR
Error writing to the transaction log
-
TRANSACTION_LOG_OVER_CAPACITY
public static final ErrorCode TRANSACTION_LOG_OVER_CAPACITY
The transaction log is over the maximum capacity it is configured to have
-
TRANSACTION_LOG_RECOVERY_FAILURE
public static final ErrorCode TRANSACTION_LOG_RECOVERY_FAILURE
Error trying to recover from the transaction log
-
DISPATCHER_CREATION_ERROR
public static final ErrorCode DISPATCHER_CREATION_ERROR
Error trying to create the multi-region dispatcher
-
UNKNOWN_ROUTING_FOR_MESSAGE
public static final ErrorCode UNKNOWN_ROUTING_FOR_MESSAGE
Error due to unknown routing for a message
-
-