net.sf.jzeno.exception
Class DomainCacheModifiedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by net.sf.jzeno.exception.ManagedException
              extended by net.sf.jzeno.exception.DomainCacheModifiedException
All Implemented Interfaces:
java.io.Serializable

public class DomainCacheModifiedException
extends ManagedException

This exception is thrown if a modification is detected to any of the entries in the DomainCache.

See Also:
Serialized Form

Constructor Summary
DomainCacheModifiedException()
           
DomainCacheModifiedException(java.lang.String message)
           
 
Method Summary
 void addError(java.lang.String s)
           
 java.util.List getErrors()
           
 
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
 

Constructor Detail

DomainCacheModifiedException

public DomainCacheModifiedException()

DomainCacheModifiedException

public DomainCacheModifiedException(java.lang.String message)
Method Detail

addError

public void addError(java.lang.String s)

getErrors

public java.util.List getErrors()