Package org.approvej.scrub
Class ScrubbingError
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.approvej.scrub.ScrubbingError
- All Implemented Interfaces:
 Serializable
Exception thrown when scrubbing fails.
- See Also:
 
- 
Constructor Summary
ConstructorsConstructorDescriptionScrubbingError(String message, Throwable cause) Constructs a new ScrubbingError with the specified detail message. - 
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
- 
Constructor Details
- 
ScrubbingError
Constructs a new ScrubbingError with the specified detail message.- Parameters:
 message- the detail messagecause- the cause of the error
 
 -