org.usergrid.persistence.exceptions
Class PersistenceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.usergrid.persistence.exceptions.PersistenceException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- ApplicationAlreadyExistsException, DuplicateUniquePropertyExistsException, EntityNotFoundException, NoFullTextIndexException, NoIndexException, PropertyTypeConversionException, RequiredPropertyNotFoundException, UnexpectedEntityTypeException
public class PersistenceException
- extends Exception
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
PersistenceException
public PersistenceException()
PersistenceException
public PersistenceException(String message,
Throwable cause)
PersistenceException
public PersistenceException(String message)
PersistenceException
public PersistenceException(Throwable cause)
Copyright © 2013. All Rights Reserved.