|
||||||||||
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.ourgrid.mygrid.replicaexecutor.exception.UnableToFinishReplicaException
public class UnableToFinishReplicaException
Description: Thrown whenever a replica cannot be concluded.
Constructor Summary | |
---|---|
UnableToFinishReplicaException(java.lang.String message,
FailCauseException cause)
Constructor |
Method Summary | |
---|---|
FailCauseException |
getFailCause()
|
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 UnableToFinishReplicaException(java.lang.String message, FailCauseException cause)
message
- Description of what has happenedcause
- Possible cause of the problemMethod Detail |
---|
public FailCauseException getFailCause()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |