public class UpdateExecutionException extends RDF4JException
Constructor and Description |
---|
UpdateExecutionException() |
UpdateExecutionException(String msg)
Creates a new UpdateExecutionException.
|
UpdateExecutionException(String msg,
Throwable cause)
Creates a new
UpdateExecutionException wrapping another exception. |
UpdateExecutionException(Throwable cause)
Creates a new
UpdateExecutionException wrapping another exception. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public UpdateExecutionException()
public UpdateExecutionException(String msg)
msg
- An error message.public UpdateExecutionException(Throwable cause)
UpdateExecutionException
wrapping another exception.cause
- the cause of the exceptionpublic UpdateExecutionException(String msg, Throwable cause)
UpdateExecutionException
wrapping another exception.msg
- and error message.cause
- the cause of the exceptionCopyright © 2015-2020 Eclipse Foundation. All Rights Reserved.