Package | Description |
---|---|
org.apache.activemq.artemis.api.core |
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) |
Copyright © 2018 The Apache Software Foundation. All Rights Reserved.