|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
net.sf.jzeno.exception.ManagedException
net.sf.jzeno.exception.DomainCacheModifiedException
public class DomainCacheModifiedException
This exception is thrown if a modification is detected to any of the entries in the DomainCache.
| 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 |
|---|
public DomainCacheModifiedException()
public DomainCacheModifiedException(java.lang.String message)
| Method Detail |
|---|
public void addError(java.lang.String s)
public java.util.List getErrors()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||