Modifier and Type | Method and Description |
---|---|
ActiveMQExceptionType |
ActiveMQException.getType() |
static ActiveMQExceptionType |
ActiveMQExceptionType.getType(int code) |
static ActiveMQExceptionType |
ActiveMQExceptionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ActiveMQExceptionType[] |
ActiveMQExceptionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
ActiveMQException(ActiveMQExceptionType type) |
ActiveMQException(ActiveMQExceptionType type,
String msg) |
ActiveMQException(ActiveMQExceptionType type,
String message,
Throwable t) |
ActiveMQException(String msg,
ActiveMQExceptionType t) |
ActiveMQException(String message,
Throwable t,
ActiveMQExceptionType type) |
Modifier and Type | Method and Description |
---|---|
void |
ActiveMQClientLogger.connectionFailureDetected(String message,
ActiveMQExceptionType type) |
Modifier and Type | Method and Description |
---|---|
void |
ActiveMQServerLogger.connectionFailureDetected(String message,
ActiveMQExceptionType type) |
Modifier and Type | Method and Description |
---|---|
protected void |
ClusterConnectionBridge.tryScheduleRetryReconnect(ActiveMQExceptionType type) |
protected void |
BridgeImpl.tryScheduleRetryReconnect(ActiveMQExceptionType type) |
Copyright © 2018 JBoss by Red Hat. All rights reserved.