org.openrdf.repository
Class RepositoryException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.openrdf.OpenRDFException
org.openrdf.repository.RepositoryException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- UnauthorizedException
public class RepositoryException
- extends OpenRDFException
An exception thrown classes from the Repository API to indicate an error.
Most of the time, this exception will wrap another exception that indicates
the actual source of the error.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
RepositoryException
public RepositoryException()
RepositoryException
public RepositoryException(String msg)
RepositoryException
public RepositoryException(Throwable t)
RepositoryException
public RepositoryException(String msg,
Throwable t)
Copyright © 2001-2008 Aduna. All Rights Reserved.