iiitAccessServer 1.0

de.iiit.access.server.plugins.cachemanager
Class CacheManagerException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--de.iiit.access.server.plugins.cachemanager.CacheManagerException
All Implemented Interfaces:
Serializable

public class CacheManagerException
extends Exception

This exeption is thrown inside the CacheManager in case of errors.

See Also:
Serialized Form

Constructor Summary
CacheManagerException()
          Creates a new instance of CacheManagerException without detail message.
CacheManagerException(String msg)
          Constructs an instance of CacheManagerException with the specified detail message.
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CacheManagerException

public CacheManagerException()
Creates a new instance of CacheManagerException without detail message.


CacheManagerException

public CacheManagerException(String msg)
Constructs an instance of CacheManagerException with the specified detail message.

Parameters:
msg - the detail message.

iiitAccessServer 1.0

Copyright © 2002, 2003 ingeneurbuero fuer innovative informationstechnik, Dipl.-Ing. Joerg Beckmann, Dortmund, Germany. All Rights Reserved.
See Copyright statement