Class BlockingTimeoutException

  • All Implemented Interfaces:
    java.io.Serializable

    public class BlockingTimeoutException
    extends LdapPoolException
    BlockingTimeoutException is thrown when a blocking operation times out. See BlockingLdapPool.checkOut().
    Version:
    $Revision: 1330 $
    Author:
    Middleware Services
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      BlockingTimeoutException​(java.lang.Exception e)
      This creates a new BlockingTimeoutException with the supplied Exception.
      BlockingTimeoutException​(java.lang.String msg)
      This creates a new BlockingTimeoutException with the supplied String.
      BlockingTimeoutException​(java.lang.String msg, java.lang.Exception e)
      This creates a new BlockingTimeoutException 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

      • BlockingTimeoutException

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

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

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