public class IncompatibleStopCriterionException extends JamesRuntimeException
| Constructor and Description |
|---|
IncompatibleStopCriterionException()
Creates a new instance without detail message.
|
IncompatibleStopCriterionException(String msg)
Constructs an instance with the specified detail message.
|
IncompatibleStopCriterionException(String msg,
Throwable cause)
Constructs an instance with the specified detail message and cause.
|
IncompatibleStopCriterionException(Throwable cause)
Constructs an instance with the specified cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic IncompatibleStopCriterionException()
public IncompatibleStopCriterionException(String msg)
msg - the detail messagepublic IncompatibleStopCriterionException(Throwable cause)
cause - other exception that caused this exceptionCopyright © 2016. All rights reserved.