org.openrdf.repository
Class RepositoryReadOnlyException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.openrdf.OpenRDFException
              extended by org.openrdf.repository.RepositoryException
                  extended by org.openrdf.repository.RepositoryReadOnlyException
All Implemented Interfaces:
Serializable

public class RepositoryReadOnlyException
extends RepositoryException

Indicates that the current write operation did not succeed because the SAIL cannot be written to, it can only be read from.

Author:
James Leigh
See Also:
Serialized Form

Constructor Summary
RepositoryReadOnlyException()
           
RepositoryReadOnlyException(String msg)
           
RepositoryReadOnlyException(String msg, Throwable t)
           
RepositoryReadOnlyException(Throwable t)
           
 
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

RepositoryReadOnlyException

public RepositoryReadOnlyException()

RepositoryReadOnlyException

public RepositoryReadOnlyException(String msg,
                                   Throwable t)

RepositoryReadOnlyException

public RepositoryReadOnlyException(String msg)

RepositoryReadOnlyException

public RepositoryReadOnlyException(Throwable t)


Copyright © 2001-2009 Aduna. All Rights Reserved.