|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.ehcache.clustered.client.service.EntityBusyException
public class EntityBusyException
Thrown by Entity
operations requiring access to the
{@link org.terracotta.entity.ActiveServerEntity}
when the {@link org.terracotta.entity.ActiveServerEntity}
is not available.
Constructor Summary | |
---|---|
EntityBusyException(java.lang.String message)
|
|
EntityBusyException(java.lang.String message,
java.lang.Throwable cause)
|
|
EntityBusyException(java.lang.Throwable cause)
|
Method Summary |
---|
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 EntityBusyException(java.lang.String message)
public EntityBusyException(java.lang.String message, java.lang.Throwable cause)
public EntityBusyException(java.lang.Throwable cause)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |