Skip navigation links

Oracle Internet Directory API Reference
10g(10.1.4)

B15992-01


oracle.ldap.util.discovery
Class DiscoveryFailureException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byoracle.ldap.util.discovery.DiscoveryFailureException

All Implemented Interfaces:
java.io.Serializable

public class DiscoveryFailureException
extends java.lang.Exception
Since:
release specific (what release of product did this appear in)
See Also:
Serialized Form

Constructor Summary
DiscoveryFailureException(int type, int errcode)
           

 

Method Summary
 int getDiscoveryType()
           
 int getErrorCode()
           

 

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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait

 

Constructor Detail

DiscoveryFailureException

public DiscoveryFailureException(int type,
                                 int errcode)

Method Detail

getDiscoveryType

public int getDiscoveryType()

getErrorCode

public int getErrorCode()

Skip navigation links

Oracle Internet Directory API Reference
10g(10.1.4)

B15992-01


Copyright © 1999, 2006 Oracle. All Rights Reserved.