|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.ericsson.otp.erlang.OtpException
com.ericsson.otp.erlang.OtpErlangException
de.zib.scalaris.AbortException
public class AbortException
Exception that is thrown if a the commit of a transaction on a scalaris ring fails.
| Constructor Summary | |
|---|---|
AbortException()
Deprecated. abort failures always come with a list of responsible keys, use AbortException(List) instead |
|
AbortException(List<String> responsibleKeys)
Creates an exception including the message of the given erlang object. |
|
AbortException(String msg)
Deprecated. abort failures always come with a list of responsible keys, use AbortException(String, List) instead |
|
AbortException(String msg,
List<String> responsibleKeys)
Creates the exception with the given message. |
|
AbortException(Throwable e)
Deprecated. abort failures always come with a list of responsible keys, use AbortException(Throwable, List) instead |
|
AbortException(Throwable e,
List<String> responsibleKeys)
Creates an exception taking the message of the given throwable. |
|
| Method Summary | |
|---|---|
List<String> |
getFailedKeys()
|
| 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 |
|---|
@Deprecated public AbortException()
AbortException(List) instead
@Deprecated public AbortException(String msg)
AbortException(String, List) instead
msg - message of the exception@Deprecated public AbortException(Throwable e)
AbortException(Throwable, List) instead
e - the exception to "re-throw"public AbortException(List<String> responsibleKeys)
responsibleKeys - list of keys responsible for the abort
public AbortException(String msg,
List<String> responsibleKeys)
msg - message of the exceptionresponsibleKeys - list of keys responsible for the abort
public AbortException(Throwable e,
List<String> responsibleKeys)
e - the exception to "re-throw"responsibleKeys - list of keys responsible for the abort| Method Detail |
|---|
public List<String> getFailedKeys()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||