public enum AmqpErrorType extends java.lang.Enum<AmqpErrorType>
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.String |
value() |
|
static AmqpErrorType |
valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static AmqpErrorType |
valueOf(StringFW value) |
Returns the enum constant of this type with the specified name.
|
static AmqpErrorType[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AmqpErrorType INTERNAL_ERROR
public static final AmqpErrorType NOT_FOUND
public static final AmqpErrorType UNAUTHORIZED_ACCESS
public static final AmqpErrorType DECODE_ERROR
public static final AmqpErrorType RESOURCE_LIMIT_EXCEEDED
public static final AmqpErrorType NOT_ALLOWED
public static final AmqpErrorType INVALID_FIELD
public static final AmqpErrorType NOT_IMPLEMENTED
public static final AmqpErrorType RESOURCE_LOCKED
public static final AmqpErrorType PRECONDITION_FAILED
public static final AmqpErrorType RESOURCE_DELETED
public static final AmqpErrorType ILLEGAL_STATE
public static final AmqpErrorType FRAME_SIZE_TOO_SMALL
public static final AmqpErrorType CONNECTION_FORCED
public static final AmqpErrorType CONNECTION_FRAMING_ERROR
public static final AmqpErrorType CONNECTION_REDIRECT
public static final AmqpErrorType SESSION_WINDOW_VIOLATION
public static final AmqpErrorType SESSION_ERRANT_LINK
public static final AmqpErrorType SESSION_HANDLE_IN_USE
public static final AmqpErrorType SESSION_UNATTACHED_HANDLE
public static final AmqpErrorType LINK_DETACH_FORCED
public static final AmqpErrorType LINK_TRANSFER_LIMIT_EXCEEDED
public static final AmqpErrorType LINK_MESSAGE_SIZE_EXCEEDED
public static final AmqpErrorType LINK_REDIRECT
public static final AmqpErrorType LINK_STOLEN
public static final AmqpErrorType TRANSACTION_UNKNOWN_ID
public static final AmqpErrorType TRANSACTION_ROLLBACK
public static final AmqpErrorType TRANSACTION_TIMEOUT
public static AmqpErrorType[] values()
for (AmqpErrorType c : AmqpErrorType.values()) System.out.println(c);
public static AmqpErrorType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic java.lang.String value()
public static AmqpErrorType valueOf(StringFW value)
value - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullCopyright © 2020. All rights reserved.