* @deprecated as of 2.2 replaced by {@link #MathRuntimeException(Throwable, Localizable, Object...)}
*/
@Deprecated
public MathRuntimeException(final Throwable rootCause,
final String pattern, final Object ... arguments) {
this(rootCause, new DummyLocalizable(pattern), arguments);
}