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
@AlfrescoPublicApi public abstract class AbstractStoreException extends 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(String msg, StoreRef storeRef)
AbstractStoreException(String msg, StoreRef storeRef, Throwable e)
AbstractStoreException(StoreRef storeRef)
AbstractStoreException(StoreRef storeRef, Throwable e)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StoreRef
getStoreRef()
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-