public class ItemCheckerTestFailureException extends RuntimeException
| Constructor and Description |
|---|
ItemCheckerTestFailureException()
Constructor without arguments
|
ItemCheckerTestFailureException(String msg)
Constructor with a message
|
ItemCheckerTestFailureException(String msg,
Throwable cause)
Constructor with the message and the cause
|
ItemCheckerTestFailureException(Throwable cause)
Constructor with the message and the cause
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ItemCheckerTestFailureException()
public ItemCheckerTestFailureException(String msg)
msg - The exception messagepublic ItemCheckerTestFailureException(String msg, Throwable cause)
msg - the messagecause - the causepublic ItemCheckerTestFailureException(Throwable cause)
cause - the cause