Oracle UIX API Reference
Release 2.1.22.0.0
B12196-01

oracle.cabo.share.config
Class DirectoryUnavailableException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--oracle.cabo.share.config.DirectoryUnavailableException
All Implemented Interfaces:
java.io.Serializable

public class DirectoryUnavailableException
extends java.lang.RuntimeException

Exception thrown when a directory is entirely unavailable.

See Also:
Serialized Form

Constructor Summary
DirectoryUnavailableException(java.lang.String message, java.lang.Object directoryKey)
          Creates a DirectoryUnavailableException.
 
Method Summary
 java.lang.Object getDirectory()
          Returns the directory that was being searched for.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DirectoryUnavailableException

public DirectoryUnavailableException(java.lang.String message,
                                     java.lang.Object directoryKey)
Creates a DirectoryUnavailableException.
Method Detail

getDirectory

public java.lang.Object getDirectory()
Returns the directory that was being searched for.

Oracle UIX API Reference
Release 2.1.22.0.0
B12196-01

Copyright © 2002,2003, Oracle. All Rights Reserved.