org.apache.hadoop.hive.ql.util.jdbm.helper
Class CacheEvictionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.hadoop.hive.ql.util.jdbm.helper.CacheEvictionException
All Implemented Interfaces:
Serializable

public class CacheEvictionException
extends Exception

Exception that occurs during eviction of an object in the cache.

Version:
$Id: CacheEvictionException.java,v 1.4 2003/10/21 15:43:20 boisvert Exp $
Author:
Alex Boisvert
See Also:
Serialized Form

Field Summary
protected  Exception _nested
          Nested exception -- the original exception that occured, if any.
 
Constructor Summary
CacheEvictionException(Exception nested)
           
 
Method Summary
 Exception getNestedException()
           
 
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
 

Field Detail

_nested

protected Exception _nested
Nested exception -- the original exception that occured, if any.

Constructor Detail

CacheEvictionException

public CacheEvictionException(Exception nested)
Method Detail

getNestedException

public Exception getNestedException()


Copyright © 2010 The Apache Software Foundation