electric.directory
Class DirectoryException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byelectric.directory.DirectoryException
All Implemented Interfaces:
java.io.Serializable

public class DirectoryException
extends java.lang.Exception

DirectoryException is thrown if an error occurs during a directory operation, such an error in the underlying storage device.

Author:
webMethods
See Also:
Serialized Form

Constructor Summary
DirectoryException(java.lang.String message)
          Construct a DirectoryException with the specified 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

DirectoryException

public DirectoryException(java.lang.String message)
Construct a DirectoryException with the specified message.

Parameters:
message - The message.


copyright© 2001-2004 by webMethods All Rights Reserved.