Searched defs:ThreadPoolException (Results 1 - 4 of 4) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/am/util/
H A DThreadPoolException.java25 * $Id: ThreadPoolException.java,v 1.2 2008/06/25 05:41:28 qcheng Exp $
32 * A <code>ThreadPoolException</code> is thrown if the thread pool's task
36 public class ThreadPoolException extends Exception { class in inherits:Exception
43 * Constructs an instance of the <code>ThreadPoolException</code> class.
49 public ThreadPoolException(String msg) { method in class:ThreadPoolException
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/entitlement/
H A DThreadPoolException.java25 * $Id: ThreadPoolException.java,v 1.1 2009/08/19 05:40:34 veiming Exp $
32 * A <code>ThreadPoolException</code> is thrown if the thread pool's task
36 public class ThreadPoolException extends Exception { class in inherits:Exception
39 * Constructs an instance of the <code>ThreadPoolException</code> class.
45 public ThreadPoolException(String msg) { method in class:ThreadPoolException
/forgerock/openam/openam-core/src/main/java/com/iplanet/am/util/
H A DThreadPoolException.java25 * $Id: ThreadPoolException.java,v 1.2 2008/06/25 05:41:28 qcheng Exp $
32 * A <code>ThreadPoolException</code> is thrown if the thread pool's task
36 public class ThreadPoolException extends Exception { class in inherits:Exception
43 * Constructs an instance of the <code>ThreadPoolException</code> class.
49 public ThreadPoolException(String msg) { method in class:ThreadPoolException
/forgerock/openam/openam-core/src/main/java/com/sun/identity/entitlement/
H A DThreadPoolException.java25 * $Id: ThreadPoolException.java,v 1.1 2009/08/19 05:40:34 veiming Exp $
32 * A <code>ThreadPoolException</code> is thrown if the thread pool's task
36 public class ThreadPoolException extends Exception { class in inherits:Exception
39 * Constructs an instance of the <code>ThreadPoolException</code> class.
45 public ThreadPoolException(String msg) { method in class:ThreadPoolException

Completed in 253 milliseconds