com.softwareag.centrasite.appl.framework.fixed
Class CacheNotAvailableException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.softwareag.centrasite.appl.framework.CSAppFrameworkException
              extended by com.softwareag.centrasite.appl.framework.fixed.CacheNotAvailableException
All Implemented Interfaces:
java.io.Serializable

public class CacheNotAvailableException
extends CSAppFrameworkException

This exception is thrown, if FixedRegistryObjectPool is queried for an object, or a child list, which is not available. This indicates, that the corresponding object is missing in the cache specification, or that no matching cache strategy has been requested.

See Also:
Serialized Form

Constructor Summary
CacheNotAvailableException(java.lang.String pMessage)
          Creates a new instance with the given detail message.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CacheNotAvailableException

public CacheNotAvailableException(java.lang.String pMessage)
Creates a new instance with the given detail message.