org.sape.carbon.services.threadpool
Class ThreadPoolRuntimeException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--java.lang.RuntimeException
|
+--org.sape.carbon.core.exception.BaseRuntimeException
|
+--org.sape.carbon.services.threadpool.ThreadPoolRuntimeException
- All Implemented Interfaces:
- Exceptionable, Serializable
- public class ThreadPoolRuntimeException
- extends BaseRuntimeException
Exception thrown when there is a problem queuing a task for execution.
This exception is severity SeverityEnum.INFO.
Copyright 2003 Sapient
- Since:
- carbon 2.1
- Version:
- $Revision: 1.2 $($Author: dvoet $ / $Date: 2003/11/20 18:49:59 $)
- Author:
- Douglas Voet, Nov 14, 2003
- See Also:
- Serialized Form
Fields inherited from class java.lang.Throwable |
|
ThreadPoolRuntimeException
public ThreadPoolRuntimeException(Class sourceClass,
String message)
- Parameters:
sourceClass
- message
-
ThreadPoolRuntimeException
public ThreadPoolRuntimeException(Class sourceClass,
String message,
Throwable cause)
- Parameters:
sourceClass
- message
- cause
-
getSeverity
public SeverityEnum getSeverity()
- returns SeverityEnum.INFO
- Specified by:
getSeverity
in interface Exceptionable
- Specified by:
getSeverity
in class BaseRuntimeException
- Returns:
- the severity of this exception
Copyright 1999-2003 Sapient Corporation. All Rights Reserved.