public class ConvergenceException extends MathException
| Constructor and Description | 
|---|
| ConvergenceException()Default constructor. | 
| ConvergenceException(String pattern,
                    Object... arguments)Constructs an exception with specified formatted detail message. | 
| ConvergenceException(Throwable cause)Create an exception with a given root cause. | 
| ConvergenceException(Throwable cause,
                    String pattern,
                    Object... arguments)Constructs an exception with specified formatted detail message and root cause. | 
getArguments, getLocalizedMessage, getMessage, getMessage, getPattern, printStackTrace, printStackTraceaddSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, printStackTrace, setStackTrace, toStringpublic ConvergenceException()
public ConvergenceException(String pattern, Object... arguments)
MessageFormat.pattern - format specifierarguments - format argumentspublic ConvergenceException(Throwable cause)
cause - the exception or error that caused this exception to be thrownpublic ConvergenceException(Throwable cause, String pattern, Object... arguments)
MessageFormat.cause - the exception or error that caused this exception to be thrownpattern - format specifierarguments - format argumentsCopyright © GigaSpaces.