Class COM.ibm.jaws.services.lrucmgr.LruCacheManagerException
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class COM.ibm.jaws.services.lrucmgr.LruCacheManagerException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----java.lang.RuntimeException
                           |
                           +----COM.ibm.jaws.mofw.MOFWException
                                   |
                                   +----COM.ibm.jaws.services.lrucmgr.LruCacheManagerException

public class LruCacheManagerException
extends MOFWException
An LruCacheManagerException signals that an exception has occurred in the LruCacheManagerImpl.

Like other Java RuntimeExceptions, the client need not use the catch/throw mechanism and the implementor need not include it in the throws clause.


Constructor Index

 o LruCacheManagerException()
Constructs an LruCacheManagerException with n detail message.
 o LruCacheManagerException(String)
Constructs an LruCacheManagerException with a detail message.

Constructors

 o LruCacheManagerException
  public LruCacheManagerException()
Constructs an LruCacheManagerException with n detail message.
 o LruCacheManagerException
  public LruCacheManagerException(String s)
Constructs an LruCacheManagerException with a detail message.
Parameters:
s - a String that indicates the problem.

All Packages  Class Hierarchy  This Package  Previous  Next  Index