Class ScrubbingError

All Implemented Interfaces:
Serializable

public class ScrubbingError extends RuntimeException
Exception thrown when scrubbing fails.
See Also:
  • Constructor Details

    • ScrubbingError

      public ScrubbingError(String message, Throwable cause)
      Constructs a new ScrubbingError with the specified detail message.
      Parameters:
      message - the detail message
      cause - the cause of the error