org.sape.carbon.services.threadpool
Class QueueFullPolicyEnum.QueueFullPolicyEnumNotFoundException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.sape.carbon.core.exception.BaseException
                    |
                    +--org.sape.carbon.core.util.enum.EnumNotFoundException
                          |
                          +--org.sape.carbon.services.threadpool.QueueFullPolicyEnum.QueueFullPolicyEnumNotFoundException
All Implemented Interfaces:
Exceptionable, Serializable
Enclosing class:
QueueFullPolicyEnum

public static class QueueFullPolicyEnum.QueueFullPolicyEnumNotFoundException
extends EnumNotFoundException

This class is a typesafe retriever exception for an enumeration

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.sape.carbon.core.util.enum.EnumNotFoundException
 
Fields inherited from class org.sape.carbon.core.exception.BaseException
delegatedException
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
QueueFullPolicyEnum.QueueFullPolicyEnumNotFoundException(Class sourceClass, String name)
          Constructor for QueueFullPolicyEnumNotFoundException.
 
Methods inherited from class org.sape.carbon.core.util.enum.EnumNotFoundException
getSeverity
 
Methods inherited from class org.sape.carbon.core.exception.BaseException
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

QueueFullPolicyEnum.QueueFullPolicyEnumNotFoundException

public QueueFullPolicyEnum.QueueFullPolicyEnumNotFoundException(Class sourceClass,
                                                                String name)
Constructor for QueueFullPolicyEnumNotFoundException.

Parameters:
sourceClass -
name -


Copyright 1999-2003 Sapient Corporation. All Rights Reserved.