|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.openrdf.OpenRDFException
org.openrdf.query.UpdateExecutionException
public class UpdateExecutionException
An exception indicating that the execution of an update failed.
| Constructor Summary | |
|---|---|
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. |
|
| Method Summary |
|---|
| 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 |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public UpdateExecutionException()
public UpdateExecutionException(String msg)
msg - An error message.public UpdateExecutionException(Throwable cause)
UpdateExecutionException wrapping another exception.
cause - the cause of the exception
public UpdateExecutionException(String msg,
Throwable cause)
UpdateExecutionException wrapping another exception.
msg - and error message.cause - the cause of the exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||