public class SolJMSErrorCodes extends Object
Modifier and Type | Field and Description |
---|---|
static String |
EC_ACCESS_DENIED_ERROR
The endpoint doesn't have the required permissions.
|
static String |
EC_BASIC_AUTHENTICATION_IS_SHUTDOWN
The basic authentication is shut down.
|
static String |
EC_BROWSER_DIRECT_MISMATCH_ERROR
The browser is not supported with direct transport.
|
static String |
EC_CLIENT_CERTIFICATE_AUTHENTICATION_IS_SHUTDOWN
The client certificate authentication is shut down.
|
static String |
EC_CLIENT_CERTIFICATE_DATE_INVALID
The client certificate date is invalid.
|
static String |
EC_CLIENTID_ADMINISTRATIVELY_CONFIGURED_ERROR
The client id cannot be set because it is already administratively
configured.
|
static String |
EC_CLIENTID_ALREADY_IN_USE_ERROR
The client id cannot be set because it is already in use.
|
static String |
EC_CLIENTID_INVALID_ERROR
The client id cannot be set because it is invalid.
|
static String |
EC_CLIENTID_NOT_SETTABLE_ERROR
The client id cannot be set because already invoked an operation on the
connection.
|
static String |
EC_CLOSED_ERROR
The requested operation cannot be fulfilled because the underlying
resource was stale or closed.
|
static String |
EC_DOCUMENT_TO_LARGE
The message size is too large.
|
static String |
EC_DUPLICATE_SUBSCRIBER_ERROR
The subscriber already exists.
|
static String |
EC_ILLEGAL_DESTINATION_ERROR
The destination name is illegal.
|
static String |
EC_ILLEGAL_OPERATION_NON_TRANSACTED_SESSION_ERROR
The operation is illegal on a non-transacted session.
|
static String |
EC_ILLEGAL_OPERATION_TRANSACTED_SESSION_ERROR
The operation is illegal on a transacted session.
|
static String |
EC_ILLEGAL_STATE_ERROR
The requested operation cannot be fulfilled because the object on which
it was performed is not in a state to support such an operation.
|
static String |
EC_INTERNAL_ERROR
An internal error occurred.
|
static String |
EC_INVALID_SELECTOR_ERROR
The selector provided is invalid.
|
static String |
EC_INVALID_TTL_ERROR
The provided TTL value is invalid.
|
static String |
EC_KERBEROS_AUTHENTICATION_IS_SHUTDOWN
Kerberos Authentication is shutdown
Related JMS exception:
JMSSecurityException |
static String |
EC_LOGIN_FAILURE_ERROR
There has been a general login failure to the appliance: authentication
failed of unauthorized.
|
static String |
EC_MAX_TRANSACTED_SESSIONS_EXCEEDED_ERROR
Max Transacted Sessions exceeded.
|
static String |
EC_MAX_TRANSACTIONS_EXCEEDED_ERROR
Max transactions configured is exceeded.
|
static String |
EC_MESSAGE_FORMAT_ERROR
A read operation or a type conversion error occurred on a Structured
Data Type.
|
static String |
EC_MISMATCH_RESPECT_TTL_ERROR
Respect TTL settings conflicts with the operation attempted.
|
static String |
EC_NOLOCAL_DIRECT_MISMATCH_ERROR
NoLocal attribute enabled is not supported with direct transport.
|
static String |
EC_NON_XASESSION_TO_XAENDPOINT_BIND_ERROR
Non-XA session cannot bind to an XA endpoint.
|
static String |
EC_NOT_CAPABLE_ERROR
The API is not capable to perform an operation because the operation is
invalid in the API's or the appliance's state.
|
static String |
EC_NULL_MESSAGE_ERROR
The provided message parameter was null.
|
static String |
EC_QUEUE_NOT_FOUND_ERROR
The queue cannot be found.
|
static String |
EC_REPLICATION_IS_STANDBY_ERROR
Guaranteed publishing is not allowed when the Message VPN has a
Replication standby state.
|
static String |
EC_SELECTOR_DIRECT_MISMATCH_ERROR
The selector is not supported with direct transport.
|
static String |
EC_SHUTDOWN_ENDPOINT_ERROR
The endpoint is shut down.
|
static String |
EC_SPOOL_OVER_QUOTA_ERROR
The client has attempted to publish to a spool which already over quota.
|
static String |
EC_TEMP_DESTINATION_DELETED_ERROR
The temporary destination doesn't exist any more.
|
static String |
EC_TEMP_DESTINATION_IN_USE_ERROR
Unable to delete a temporary destination because it is in use.
|
static String |
EC_TEMP_DESTINATION_NOT_CREATOR_ERROR
The connection used for the temporary destination is not the connection
used to create it.
|
static String |
EC_TOO_MANY_SUBSCRIBERS_ERROR
The number of consumers has reached the limit.
|
static String |
EC_TOPIC_ENDPOINT_SELECTOR_MATCH_ERROR
Binding to a non-exclusive topic endpoint that is already bound with
a different ingress selector.
|
static String |
EC_TOPIC_ENDPOINT_SUBSCRIPTION_MATCH_ERROR
Binding to a non-exclusive topic endpoint that is already bound with
a different subscription.
|
static String |
EC_TRANSACTED_SESSION_DIRECT_MISMATCH_ERROR
Transacted sessions or XA sessions are not supported with direct
transport.
|
static String |
EC_TRANSACTION_ROLLED_BACK_ERROR
The transaction rolled back unexpectedly.
|
static String |
EC_TRANSPORT_ERROR
Communication error with the Solace appliance due to an error condition
or administrative operation.
|
static String |
EC_UNKNOWN_ENDPOINT_ERROR
The referenced endpoint is not compatible with the API or the
appliance's state.
|
static String |
EC_UNKNOWN_FLOW_NAME_ERROR
An attempt to re-establish a publisher flow failed due to lack of
publisher flow state recovered.
|
static String |
EC_UNKNOWN_TRANSACTED_SESSION_NAME_ERROR
An attempt to re-establish a transacted session failed because the
transacted session name is no longer known.
|
static String |
EC_UNTRUSTED_CLIENT_CERTIFICATE
Untrusted Client Certificate.
|
static String |
EC_XASESSION_TO_LVQ_BIND_ERROR
Binding to a Last Value Queue (LVQ) within an XASession is not allowed.
|
static String |
EC_XASESSION_TO_NON_XAENDPOINT_BIND_ERROR
XA session cannot bind to a non-XA endpoint.
|
static String |
EC_XASESSION_TO_PARTITIONED_QUEUE_BIND_ERROR
XA Transacted Sessions Cannot Bind to Partitioned Queues.
|
Constructor and Description |
---|
SolJMSErrorCodes() |
public static final String EC_INTERNAL_ERROR
JMSException
public static final String EC_TRANSPORT_ERROR
JMSException
public static final String EC_ILLEGAL_STATE_ERROR
IllegalStateException
public static final String EC_MESSAGE_FORMAT_ERROR
IllegalStateException
public static final String EC_CLOSED_ERROR
IllegalStateException
public static final String EC_CLIENTID_ADMINISTRATIVELY_CONFIGURED_ERROR
IllegalStateException
public static final String EC_CLIENTID_NOT_SETTABLE_ERROR
IllegalStateException
public static final String EC_CLIENTID_ALREADY_IN_USE_ERROR
InvalidClientIDException
public static final String EC_CLIENTID_INVALID_ERROR
InvalidClientIDException
public static final String EC_NULL_MESSAGE_ERROR
JMSException
public static final String EC_LOGIN_FAILURE_ERROR
JMSSecurityException
public static final String EC_UNKNOWN_ENDPOINT_ERROR
JMSException
public static final String EC_NOT_CAPABLE_ERROR
ConfigurationException
public static final String EC_TEMP_DESTINATION_IN_USE_ERROR
IllegalStateException
public static final String EC_TEMP_DESTINATION_NOT_CREATOR_ERROR
InvalidDestinationException
public static final String EC_TEMP_DESTINATION_DELETED_ERROR
InvalidDestinationException
public static final String EC_SHUTDOWN_ENDPOINT_ERROR
JMSSecurityException
public static final String EC_DUPLICATE_SUBSCRIBER_ERROR
DuplicateDurableSubscriptionException
public static final String EC_QUEUE_NOT_FOUND_ERROR
InvalidDestinationException
public static final String EC_ILLEGAL_DESTINATION_ERROR
InvalidDestinationException
public static final String EC_ACCESS_DENIED_ERROR
JMSSecurityException
public static final String EC_SELECTOR_DIRECT_MISMATCH_ERROR
ConfigurationException
public static final String EC_BROWSER_DIRECT_MISMATCH_ERROR
ConfigurationException
public static final String EC_INVALID_SELECTOR_ERROR
InvalidSelectorException
public static final String EC_MISMATCH_RESPECT_TTL_ERROR
ConfigurationException
public static final String EC_INVALID_TTL_ERROR
ConfigurationException
public static final String EC_ILLEGAL_OPERATION_NON_TRANSACTED_SESSION_ERROR
IllegalStateException
public static final String EC_TRANSACTION_ROLLED_BACK_ERROR
TransactionRolledBackException
public static final String EC_TRANSACTED_SESSION_DIRECT_MISMATCH_ERROR
ConfigurationException
public static final String EC_NOLOCAL_DIRECT_MISMATCH_ERROR
ConfigurationException
public static final String EC_ILLEGAL_OPERATION_TRANSACTED_SESSION_ERROR
IllegalStateException
public static final String EC_MAX_TRANSACTED_SESSIONS_EXCEEDED_ERROR
ResourceAllocationException
public static final String EC_UNKNOWN_FLOW_NAME_ERROR
JMSException
public static final String EC_REPLICATION_IS_STANDBY_ERROR
ConfigurationException
public static final String EC_BASIC_AUTHENTICATION_IS_SHUTDOWN
JMSSecurityException
public static final String EC_CLIENT_CERTIFICATE_AUTHENTICATION_IS_SHUTDOWN
JMSSecurityException
public static final String EC_UNTRUSTED_CLIENT_CERTIFICATE
JMSSecurityException
public static final String EC_CLIENT_CERTIFICATE_DATE_INVALID
JMSSecurityException
public static final String EC_DOCUMENT_TO_LARGE
JMSException
public static final String EC_TOO_MANY_SUBSCRIBERS_ERROR
ConfigurationException
public static final String EC_KERBEROS_AUTHENTICATION_IS_SHUTDOWN
JMSSecurityException
public static final String EC_UNKNOWN_TRANSACTED_SESSION_NAME_ERROR
JMSException
public static final String EC_MAX_TRANSACTIONS_EXCEEDED_ERROR
ResourceAllocationException
public static final String EC_XASESSION_TO_LVQ_BIND_ERROR
ResourceAllocationException
public static final String EC_NON_XASESSION_TO_XAENDPOINT_BIND_ERROR
ResourceAllocationException
public static final String EC_XASESSION_TO_NON_XAENDPOINT_BIND_ERROR
ResourceAllocationException
public static final String EC_TOPIC_ENDPOINT_SUBSCRIPTION_MATCH_ERROR
ConfigurationException
public static final String EC_TOPIC_ENDPOINT_SELECTOR_MATCH_ERROR
ConfigurationException
public static final String EC_SPOOL_OVER_QUOTA_ERROR
JMSException
public static final String EC_XASESSION_TO_PARTITIONED_QUEUE_BIND_ERROR
ResourceAllocationException
Copyright 2004-2024 Solace Corporation. All rights reserved.