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