Class AbstractStoreException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.alfresco.service.cmr.repository.AbstractStoreException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
InvalidStoreRefException
,StoreExistsException
Store-related exception that keeps a handle to the store reference
- Author:
- Derek Hulley
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionAbstractStoreException
(String msg, StoreRef storeRef) AbstractStoreException
(String msg, StoreRef storeRef, Throwable e) AbstractStoreException
(StoreRef storeRef) AbstractStoreException
(StoreRef storeRef, Throwable e) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
AbstractStoreException
-
AbstractStoreException
-
AbstractStoreException
-
AbstractStoreException
-
-
Method Details
-
getStoreRef
- Returns:
- Returns the offending store reference
-