Class FilesProviderException

All Implemented Interfaces:
Serializable, HasFriendlyErrorMessage

public class FilesProviderException extends AnchorFriendlyCheckedException
When an error occurs providing a set of files.
Author:
Owen Feehan
See Also:
  • Constructor Details

    • FilesProviderException

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

      public FilesProviderException(Throwable cause)
      Create with a cause only.
      Parameters:
      cause - the cause.