Class AbstractStoreException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.alfresco.service.cmr.repository.AbstractStoreException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
InvalidStoreRefException
,StoreExistsException
@AlfrescoPublicApi public abstract class AbstractStoreException extends java.lang.RuntimeException
Store-related exception that keeps a handle to the store reference- Author:
- Derek Hulley
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AbstractStoreException(java.lang.String msg, StoreRef storeRef)
AbstractStoreException(java.lang.String msg, StoreRef storeRef, java.lang.Throwable e)
AbstractStoreException(StoreRef storeRef)
AbstractStoreException(StoreRef storeRef, java.lang.Throwable e)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StoreRef
getStoreRef()
-
-
-
Constructor Detail
-
AbstractStoreException
public AbstractStoreException(StoreRef storeRef)
-
AbstractStoreException
public AbstractStoreException(java.lang.String msg, StoreRef storeRef)
-
AbstractStoreException
public AbstractStoreException(StoreRef storeRef, java.lang.Throwable e)
-
AbstractStoreException
public AbstractStoreException(java.lang.String msg, StoreRef storeRef, java.lang.Throwable e)
-
-
Method Detail
-
getStoreRef
public StoreRef getStoreRef()
- Returns:
- Returns the offending store reference
-
-