Class EDBRecordNotFoundException

  • All Implemented Interfaces:
    java.io.Serializable

    public class EDBRecordNotFoundException
    extends EDBException
    Indicates internal db is down.
    Version:
    $Revision$, $Date$
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      EDBRecordNotFoundException​(java.lang.String errorString)
      Constructs a ldap server down exception with host & port info.
      EDBRecordNotFoundException​(java.lang.String errorString, java.lang.Throwable cause)  
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • EDBRecordNotFoundException

        public EDBRecordNotFoundException​(java.lang.String errorString)
        Constructs a ldap server down exception with host & port info.
        Parameters:
        errorString - Detailed error message.
      • EDBRecordNotFoundException

        public EDBRecordNotFoundException​(java.lang.String errorString,
                                          java.lang.Throwable cause)