Class EDBNotAvailException

  • All Implemented Interfaces:
    java.io.Serializable

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

      Constructors 
      Constructor Description
      EDBNotAvailException​(java.lang.String errorString)
      Constructs a ldap server down exception with host & port info.
      EDBNotAvailException​(java.lang.String errorString, java.lang.Exception e)  
    • 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

      • EDBNotAvailException

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

        public EDBNotAvailException​(java.lang.String errorString,
                                    java.lang.Exception e)