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