com.connecterra.ale.alevent
Class CacheEmptyException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.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

Constructor Summary
CacheEmptyException()
           
CacheEmptyException(java.lang.String reason)
           
CacheEmptyException(java.lang.String reason, java.lang.Throwable cause)
           
CacheEmptyException(java.lang.Throwable cause)
           
 
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
 

Constructor Detail

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)