Class FindFilesException

All Implemented Interfaces:
Serializable, HasFriendlyErrorMessage

public class FindFilesException extends AnchorFriendlyCheckedException
When an error occurs finding files.
Author:
Owen Feehan
See Also:
  • Constructor Details

    • FindFilesException

      public FindFilesException(String message)
      Create with a message only.
      Parameters:
      message - the exception message.
    • FindFilesException

      public FindFilesException(String message, Throwable cause)
      Create with a message and cause.
      Parameters:
      message - the exception message.
      cause - the cause.