org.openrdf.repository.http
Class HTTPUpdateExecutionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.openrdf.OpenRDFException
              extended by org.openrdf.query.UpdateExecutionException
                  extended by org.openrdf.repository.http.HTTPUpdateExecutionException
All Implemented Interfaces:
Serializable

public class HTTPUpdateExecutionException
extends UpdateExecutionException

Author:
Jeen Broekstra
See Also:
Serialized Form

Constructor Summary
HTTPUpdateExecutionException(String msg)
           
HTTPUpdateExecutionException(String msg, Throwable cause)
           
HTTPUpdateExecutionException(Throwable cause)
           
 
Method Summary
 IOException getCauseAsIOException()
           
 MalformedQueryException getCauseAsMalformedQueryException()
           
 RepositoryException getCauseAsRepositoryException()
           
 boolean isCausedByIOException()
           
 boolean isCausedByMalformedQueryException()
           
 boolean isCausedByRepositoryException()
           
 
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

HTTPUpdateExecutionException

public HTTPUpdateExecutionException(String msg)
Parameters:
msg -

HTTPUpdateExecutionException

public HTTPUpdateExecutionException(String msg,
                                    Throwable cause)
Parameters:
msg -
cause -

HTTPUpdateExecutionException

public HTTPUpdateExecutionException(Throwable cause)
Parameters:
cause -
Method Detail

isCausedByIOException

public boolean isCausedByIOException()

isCausedByRepositoryException

public boolean isCausedByRepositoryException()

isCausedByMalformedQueryException

public boolean isCausedByMalformedQueryException()

getCauseAsIOException

public IOException getCauseAsIOException()

getCauseAsRepositoryException

public RepositoryException getCauseAsRepositoryException()

getCauseAsMalformedQueryException

public MalformedQueryException getCauseAsMalformedQueryException()


Copyright © 2001-2012 Aduna. All Rights Reserved.