return new AMQConnectionException(code, message, getClazz(), getMethod(), getMajor(), getMinor(), null);
}
public AMQConnectionException getConnectionException(AMQConstant code, String message, Throwable cause)
{
return new AMQConnectionException(code, message, getClazz(), getMethod(), getMajor(), getMinor(), cause);
}