Skip navigation links

Oracle Virtual Directory Java API Reference
11g Release 1 (11.1.1)

E10688-03


com.octetstring.vde.chain
Class ChainException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.octetstring.vde.util.DirectoryException
              extended by com.octetstring.vde.chain.ChainException

All Implemented Interfaces:
java.io.Serializable

public class ChainException
extends DirectoryException

Exception message for chains. Use to decode/create exceptions from/to other plug-ins and VDE

See Also:
Serialized Form

Constructor Summary
ChainException(int code, java.lang.String message)
           
ChainException(java.lang.String message)
           
ChainException(java.lang.String message, int code)
           
ChainException(java.lang.String message, com.asn1c.core.Int8 code)
           

 

Method Summary
 com.asn1c.core.Int8 getCode()
           
 void setLDAPErrorCode(int code)
           

 

Methods inherited from class com.octetstring.vde.util.DirectoryException
getLDAPErrorCode

 

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

ChainException

public ChainException(java.lang.String message)

ChainException

public ChainException(java.lang.String message,
                      int code)

ChainException

public ChainException(int code,
                      java.lang.String message)

ChainException

public ChainException(java.lang.String message,
                      com.asn1c.core.Int8 code)

Method Detail

getCode

public com.asn1c.core.Int8 getCode()

setLDAPErrorCode

public void setLDAPErrorCode(int code)
Overrides:
setLDAPErrorCode in class DirectoryException
Parameters:
code - integer representing the LDAP error number to be set

Skip navigation links

Oracle Virtual Directory Java API Reference
11g Release 1 (11.1.1)

E10688-03


Copyright © 2000-2010 Oracle and/or its affiliates. All Rights Reserved.