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

Field Summary
 
Fields inherited from class org.sape.carbon.core.exception.BaseRuntimeException
delegatedException
 
Fields inherited from class java.lang.RuntimeException
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
ThreadPoolRuntimeException(Class sourceClass, String message)
           
ThreadPoolRuntimeException(Class sourceClass, String message, Throwable cause)
           
 
Method Summary
 SeverityEnum getSeverity()
          returns SeverityEnum.INFO
 
Methods inherited from class org.sape.carbon.core.exception.BaseRuntimeException
getCause, getExceptionSource, getMessage, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ThreadPoolRuntimeException

public ThreadPoolRuntimeException(Class sourceClass,
                                  String message)
Parameters:
sourceClass -
message -

ThreadPoolRuntimeException

public ThreadPoolRuntimeException(Class sourceClass,
                                  String message,
                                  Throwable cause)
Parameters:
sourceClass -
message -
cause -
Method Detail

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.