org.obe.client.api.repository
Class RepositoryException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.obe.OBEException
org.obe.client.api.repository.RepositoryException
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- ObjectAlreadyExistsException, ObjectNotFoundException
- public class RepositoryException
- extends OBEException
An exception class thrown by repositories.
- Author:
- Adrian Price
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
RepositoryException
public RepositoryException()
RepositoryException
public RepositoryException(java.lang.String message)
RepositoryException
public RepositoryException(java.lang.Throwable t)
RepositoryException
public RepositoryException(java.lang.String message,
java.lang.Throwable t)
OBE-1.0 Copyright (c) 2002-2006 Adrian Price. All Rights Reserved.