org.apache.hadoop.hive.ql.util.jdbm.helper
Class CacheEvictionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
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. |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
_nested
protected Exception _nested
- Nested exception -- the original exception that occured, if any.
CacheEvictionException
public CacheEvictionException(Exception nested)
getNestedException
public Exception getNestedException()
Copyright © 2009 The Apache Software Foundation