com.connecterra.ale.alevent
Class CacheEmptyException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.connecterra.ale.alevent.CacheEmptyException
- All Implemented Interfaces:
- java.io.Serializable
- public class CacheEmptyException
- extends java.lang.Exception
Thrown when a tag is removed from a cache, but the cache is empty.
- See Also:
- Serialized Form
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 |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
CacheEmptyException
public CacheEmptyException()
CacheEmptyException
public CacheEmptyException(java.lang.String reason)
CacheEmptyException
public CacheEmptyException(java.lang.Throwable cause)
CacheEmptyException
public CacheEmptyException(java.lang.String reason,
java.lang.Throwable cause)