public class FileIndexingServiceException
extends java.lang.Exception
FileIndexingService,
Serialized Form| Constructor and Description |
|---|
FileIndexingServiceException()
Constructs an
Exception with no specified detail message. |
FileIndexingServiceException(java.lang.String message)
Constructs an
Exception with the specified detail message. |
public FileIndexingServiceException()
Exception with no specified detail message.public FileIndexingServiceException(java.lang.String message)
Exception with the specified detail message.message - the detailed message.