public class UpdateExecutionException extends OpenRDFException
| Constructor and Description |
|---|
UpdateExecutionException() |
UpdateExecutionException(java.lang.String msg)
Creates a new UpdateExecutionException.
|
UpdateExecutionException(java.lang.String msg,
java.lang.Throwable cause)
Creates a new
UpdateExecutionException wrapping another exception. |
UpdateExecutionException(java.lang.Throwable cause)
Creates a new
UpdateExecutionException wrapping another exception. |
public UpdateExecutionException()
public UpdateExecutionException(java.lang.String msg)
msg - An error message.public UpdateExecutionException(java.lang.Throwable cause)
UpdateExecutionException wrapping another exception.cause - the cause of the exceptionpublic UpdateExecutionException(java.lang.String msg,
java.lang.Throwable cause)
UpdateExecutionException wrapping another exception.msg - and error message.cause - the cause of the exceptionCopyright © 2001-2014 Aduna. All Rights Reserved.