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) |
ActiveMQException(String msg,
ActiveMQExceptionType t) |
ActiveMQException(String message,
Throwable t,
ActiveMQExceptionType type) |
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(String msg, ActiveMQExceptionType t)
public ActiveMQException(String message, Throwable t, ActiveMQExceptionType type)
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 © 2017 JBoss by Red Hat. All rights reserved.