Class PoolInterruptedException

  • All Implemented Interfaces:
    java.io.Serializable

    public class PoolInterruptedException
    extends LdapPoolException
    PoolInterruptedException is thrown when a pool thread is unexpectedly interrupted while blocking.
    Version:
    $Revision: 1330 $
    Author:
    Middleware Services
    See Also:
    Serialized Form
    • Constructor Summary

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

      • PoolInterruptedException

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

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

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