edu.ucsb.nceas.morpho.datastore
Class CacheAccessException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--edu.ucsb.nceas.morpho.datastore.CacheAccessException

public class CacheAccessException
extends java.lang.Exception

This exception is thrown when their is a problem accessing the cache

See Also:
Serialized Form

Constructor Summary
CacheAccessException(java.lang.String message)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CacheAccessException

public CacheAccessException(java.lang.String message)


Copyright © 2000 National Center for Ecological Analysis and Synthesis. All Rights Reserved.