DLESE Tools
v1.2

org.dlese.dpc.util
Class FileDirectoryException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.dlese.dpc.util.FileDirectoryException
All Implemented Interfaces:
Serializable

public class FileDirectoryException
extends Exception

Indicates that a FileDirectory method threw an exception while indexing or updating indexed directory data.

Version:
1.0, 9/30/02
Author:
Dave Deniman
See Also:
Serialized Form

Constructor Summary
FileDirectoryException()
          Constructs a FileDirectoryException with no specified detail message.
FileDirectoryException(String message)
          Constructs a FileDirectoryException with the specified detail message.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FileDirectoryException

public FileDirectoryException()
Constructs a FileDirectoryException with no specified detail message.


FileDirectoryException

public FileDirectoryException(String message)
Constructs a FileDirectoryException with the specified detail message.

Parameters:
message - the detailed message.

DLESE Tools
v1.2