public class ReportFailureException extends Exception
cause can be
checked if needed.| Constructor and Description |
|---|
ReportFailureException(String message)
Constructor.
|
ReportFailureException(String message,
Throwable cause)
Constructor.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ReportFailureException(String message, Throwable cause)
message - the exception messagecause - the exception causepublic ReportFailureException(String message)
message - the exception messageCopyright © 2015. All Rights Reserved.