| Package | Description |
|---|---|
| org.hornetq.api.core |
Core Messaging API.
|
| org.hornetq.core.client | |
| org.hornetq.core.server | |
| org.hornetq.core.server.cluster.impl |
| Modifier and Type | Method and Description |
|---|---|
HornetQExceptionType |
HornetQException.getType() |
static HornetQExceptionType |
HornetQExceptionType.getType(int code) |
static HornetQExceptionType |
HornetQExceptionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HornetQExceptionType[] |
HornetQExceptionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
HornetQException(HornetQExceptionType type) |
HornetQException(HornetQExceptionType type,
String msg) |
HornetQException(HornetQExceptionType type,
String message,
Throwable t) |
| Modifier and Type | Method and Description |
|---|---|
void |
HornetQClientLogger.connectionFailureDetected(String message,
HornetQExceptionType type) |
| Modifier and Type | Method and Description |
|---|---|
void |
HornetQServerLogger.connectionFailureDetected(String message,
HornetQExceptionType type) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ClusterConnectionBridge.tryScheduleRetryReconnect(HornetQExceptionType type) |
protected void |
BridgeImpl.tryScheduleRetryReconnect(HornetQExceptionType type) |
Copyright © 2016 JBoss, a division of Red Hat. All rights reserved.