JCSMPErrorResponseSubcodeEx
@Deprecated public enum JCSMPErrorResponseSubcode extends Enum<JCSMPErrorResponseSubcode>
Enum Constant and Description |
---|
CANNOT_BIND_TO_QUEUE
Deprecated.
Already bound to the Guaranteed Delivery queue or not authorized to bind to the Guaranteed Delivery queue.
|
CLIENT_ACL_DENIED
Deprecated.
Client denied login to appliance due to matching a client ACL (Access
Control List).
|
CLIENT_DELETE_IN_PROGRESS
Deprecated.
Client login is not currently possible because a previous instance of same client
still being deleted.
|
CLIENT_NAME_ALREADY_IN_USE
Deprecated.
The session is attempting to use a client name that is in use by another
client in the Message VPN, and the appliance is configured to reject the new
session.
|
CLIENT_NAME_INVALID
Deprecated.
Attempted to set CLIENT_NAME property to an invalid value.
|
CLIENT_USERNAME_IS_SHUTDOWN
Deprecated.
The username for the client is administratively shutdown on the appliance.
|
DYNAMIC_CLIENTS_NOT_ALLOWED
Deprecated.
The username for the session has not been set, and dynamic clients are not
allowed.
|
INVALID_TOPIC_NAME_FOR_DTE
Deprecated.
Attempt to bind to an Guaranteed Durable Topic Endpoint (DTE) with
an invalid topic.
|
INVALID_TOPIC_SYNTAX
Deprecated.
Attempt to use a topic that uses a syntax that is not supported.
|
INVALID_VIRTUAL_ADDRESS
Deprecated.
Attempt to connect to wrong IP address on appliance (must use CVRID if
configured).
|
LOGIN_FAILURE
Deprecated.
Client could not login to appliance.
|
MAX_CLIENTS_FOR_DTE
Deprecated.
Attempt to bind to a Guaranteed DTE that has
already reached its maximum number of clients.
|
MAX_CLIENTS_FOR_QUEUE
Deprecated.
Attempt to bind to a Guaranteed Queue that already has already reached its maximum
number of clients.
|
MESSAGE_TOO_LARGE
Deprecated.
Client attempted to send a message larger than that supported by the
appliance.
|
MSG_VPN_NOT_ALLOWED
Deprecated.
The Message VPN name set for the session does not exist.
|
MSG_VPN_UNAVAILABLE
Deprecated.
The Message VPN name set for the session (or the default Message VPN, if none was set) is
currently shutdown on the appliance.
|
NO_MORE_NON_DURABLE_QUEUE_OR_TOPIC_ENDPOINT
Deprecated.
Reached the maximum possible number of non-durable Endpoints on the
appliance; no more non-durable Endpoints can be created.
|
OUT_OF_RESOURCES
Deprecated.
Call failed due to lack of resources.
|
PUBLISH_ACL_DENIED
Deprecated.
Publishing of message denied to due topic matching a publish ACL (Access
Control List).
|
QUEUE_NOT_FOUND
Deprecated.
The specified Guaranteed Queue was not found when publishing a
message.
|
SUBSCRIPTION_ACL_DENIED
Deprecated.
Adding of subscription denied to due a subscription ACL.
|
SUBSCRIPTION_ALREADY_PRESENT
Deprecated.
Client attempted to add a subscription that already exists.
|
SUBSCRIPTION_INVALID
Deprecated.
Client attempted to add or remove a subscription that is not valid.
|
SUBSCRIPTION_NOT_FOUND
Deprecated.
Client attempted to remove a subscription that did not exist.
|
SUBSCRIPTION_TOO_MANY
Deprecated.
Client attempted to add a subscription when the maximum number of
allowed has been reached.
|
TOO_MANY_CLIENTS
Deprecated.
Client login is not currently possible because the maximum number of active
clients on appliance has been reached.
|
UNKNOWN_DTE_NAME
Deprecated.
Attempt to bind to an unknown Guaranteed Durable Topic Endpoint
(DTE) name (for example, the Topic Endpoint is not configured on appliance).
|
UNKNOWN_QUEUE_NAME
Deprecated.
Attempt to bind to an unknown Guaranteed Queue name (e.g., the Queue name is not
configured on the appliance).
|
XML_PARSE_ERROR
Deprecated.
The appliance could not parse an XML message.
|
Modifier and Type | Method and Description |
---|---|
static JCSMPErrorResponseSubcode |
valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static JCSMPErrorResponseSubcode[] |
values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JCSMPErrorResponseSubcode LOGIN_FAILURE
public static final JCSMPErrorResponseSubcode INVALID_VIRTUAL_ADDRESS
public static final JCSMPErrorResponseSubcode MSG_VPN_NOT_ALLOWED
public static final JCSMPErrorResponseSubcode CLIENT_USERNAME_IS_SHUTDOWN
public static final JCSMPErrorResponseSubcode DYNAMIC_CLIENTS_NOT_ALLOWED
public static final JCSMPErrorResponseSubcode CLIENT_NAME_ALREADY_IN_USE
public static final JCSMPErrorResponseSubcode CLIENT_DELETE_IN_PROGRESS
public static final JCSMPErrorResponseSubcode TOO_MANY_CLIENTS
public static final JCSMPErrorResponseSubcode MSG_VPN_UNAVAILABLE
public static final JCSMPErrorResponseSubcode XML_PARSE_ERROR
public static final JCSMPErrorResponseSubcode MESSAGE_TOO_LARGE
public static final JCSMPErrorResponseSubcode INVALID_TOPIC_SYNTAX
public static final JCSMPErrorResponseSubcode SUBSCRIPTION_ALREADY_PRESENT
public static final JCSMPErrorResponseSubcode SUBSCRIPTION_NOT_FOUND
public static final JCSMPErrorResponseSubcode SUBSCRIPTION_INVALID
public static final JCSMPErrorResponseSubcode SUBSCRIPTION_TOO_MANY
public static final JCSMPErrorResponseSubcode OUT_OF_RESOURCES
public static final JCSMPErrorResponseSubcode CANNOT_BIND_TO_QUEUE
public static final JCSMPErrorResponseSubcode INVALID_TOPIC_NAME_FOR_DTE
public static final JCSMPErrorResponseSubcode UNKNOWN_QUEUE_NAME
public static final JCSMPErrorResponseSubcode UNKNOWN_DTE_NAME
public static final JCSMPErrorResponseSubcode MAX_CLIENTS_FOR_QUEUE
public static final JCSMPErrorResponseSubcode MAX_CLIENTS_FOR_DTE
public static final JCSMPErrorResponseSubcode QUEUE_NOT_FOUND
public static final JCSMPErrorResponseSubcode CLIENT_NAME_INVALID
public static final JCSMPErrorResponseSubcode CLIENT_ACL_DENIED
public static final JCSMPErrorResponseSubcode SUBSCRIPTION_ACL_DENIED
public static final JCSMPErrorResponseSubcode PUBLISH_ACL_DENIED
public static final JCSMPErrorResponseSubcode NO_MORE_NON_DURABLE_QUEUE_OR_TOPIC_ENDPOINT
public static JCSMPErrorResponseSubcode[] values()
for (JCSMPErrorResponseSubcode c : JCSMPErrorResponseSubcode.values()) System.out.println(c);
public static JCSMPErrorResponseSubcode valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright 2004-2024 Solace Corporation. All rights reserved.