Class StoreExistsException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.alfresco.service.cmr.repository.AbstractStoreException
-
- org.alfresco.service.cmr.repository.StoreExistsException
-
- All Implemented Interfaces:
Serializable
@AlfrescoPublicApi public class StoreExistsException extends AbstractStoreException
Thrown when an operation cannot be performed because the store reference no longer exists.- Author:
- Derek Hulley
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description StoreExistsException(StoreRef storeRef, Throwable e)
-
Method Summary
-
Methods inherited from class org.alfresco.service.cmr.repository.AbstractStoreException
getStoreRef
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-