Class LdapPoolException

    • Constructor Summary

      Constructors 
      Constructor Description
      LdapPoolException​(java.lang.Exception e)
      This creates a new LdapPoolException with the supplied Exception.
      LdapPoolException​(java.lang.String msg)
      This creates a new LdapPoolException with the supplied String.
      LdapPoolException​(java.lang.String msg, java.lang.Exception e)
      This creates a new LdapPoolException with the supplied String and Exception.
    • Method Summary

      • Methods inherited from class java.lang.Throwable

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

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

      • LdapPoolException

        public LdapPoolException​(java.lang.String msg)
        This creates a new LdapPoolException with the supplied String.
        Parameters:
        msg - String
      • LdapPoolException

        public LdapPoolException​(java.lang.Exception e)
        This creates a new LdapPoolException with the supplied Exception.
        Parameters:
        e - Exception
      • LdapPoolException

        public LdapPoolException​(java.lang.String msg,
                                 java.lang.Exception e)
        This creates a new LdapPoolException with the supplied String and Exception.
        Parameters:
        msg - String
        e - Exception