public class AbortException extends OtpErlangException
Constructor and Description |
---|
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.
|
Modifier and Type | Method and Description |
---|---|
List<String> |
getFailedKeys() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
@Deprecated public AbortException()
AbortException(List)
instead@Deprecated public AbortException(String msg)
AbortException(String, List)
insteadmsg
- message of the exception@Deprecated public AbortException(Throwable e)
AbortException(Throwable, List)
insteade
- the exception to "re-throw"public AbortException(List<String> responsibleKeys)
responsibleKeys
- list of keys responsible for the abortpublic AbortException(String msg, List<String> responsibleKeys)
msg
- message of the exceptionresponsibleKeys
- list of keys responsible for the abort