Class DirectoryInstantiationException

All Implemented Interfaces:
Serializable

public class DirectoryInstantiationException extends OperationFailedException
Exception when a RemoteDirectory implementation can not be loaded by a Directory.
See Also:
  • Constructor Details

    • DirectoryInstantiationException

      public DirectoryInstantiationException()
      Default constructor.
    • DirectoryInstantiationException

      public DirectoryInstantiationException(String s)
      Default constructor.
      Parameters:
      s - the message.
    • DirectoryInstantiationException

      public DirectoryInstantiationException(String s, Throwable throwable)
      Default constructor.
      Parameters:
      s - the message.
      throwable - the Exception.
    • DirectoryInstantiationException

      public DirectoryInstantiationException(Throwable throwable)
      Default constructor.
      Parameters:
      throwable - the Exception.