public class ClientException extends RuntimeException
AbstractDataServiceProcedureTask
.Constructor and Description |
---|
ClientException(String msg,
List<Throwable> causes) |
ClientException(String msg,
Throwable cause) |
ClientException(String msg,
Throwable cause,
List<Throwable> causes) |
Modifier and Type | Method and Description |
---|---|
Throwable |
getCause()
The final exception thrown which caused the task to fail.
|
List<Throwable> |
getCauses()
The list of causes, one per failed attempt.
|
void |
printStackTrace() |
void |
printStackTrace(PrintStream s) |
void |
printStackTrace(PrintWriter w) |
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, setStackTrace, toString
public ClientException(String msg, Throwable cause, List<Throwable> causes)
msg
- cause
- public List<Throwable> getCauses()
getCause()
public Throwable getCause()
getCauses()
will report the underlying problem(s) which the
task encountered.getCause
in class Throwable
getCauses()
public void printStackTrace()
printStackTrace
in class Throwable
public void printStackTrace(PrintStream s)
printStackTrace
in class Throwable
public void printStackTrace(PrintWriter w)
printStackTrace
in class Throwable
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.