public class ActiveMQException extends Exception
Constructor and Description |
---|
ActiveMQException() |
ActiveMQException(ActiveMQExceptionType type) |
ActiveMQException(ActiveMQExceptionType type,
String msg) |
ActiveMQException(ActiveMQExceptionType type,
String message,
Throwable t) |
ActiveMQException(int code,
String msg) |
ActiveMQException(String msg) |
Modifier and Type | Method and Description |
---|---|
ActiveMQExceptionType |
getType() |
String |
toString() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
public ActiveMQException()
public ActiveMQException(String msg)
public ActiveMQException(int code, String msg)
public ActiveMQException(ActiveMQExceptionType type, String msg)
public ActiveMQException(ActiveMQExceptionType type)
public ActiveMQException(ActiveMQExceptionType type, String message, Throwable t)
public ActiveMQExceptionType getType()
Copyright © 2016 JBoss by Red Hat. All rights reserved.