Class FileIndexingServiceException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.dlese.dpc.index.FileIndexingServiceException
All Implemented Interfaces:
Serializable

public class FileIndexingServiceException extends Exception
Indicates an error occured in the FileInexingService occured.
Author:
John Weatherley
See Also:
  • Constructor Details

    • FileIndexingServiceException

      public FileIndexingServiceException()
      Constructs an Exception with no specified detail message.
    • FileIndexingServiceException

      public FileIndexingServiceException(String message)
      Constructs an Exception with the specified detail message.
      Parameters:
      message - the detailed message.