Class InvalidStoreRefException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.alfresco.service.cmr.repository.AbstractStoreException
-
- org.alfresco.service.cmr.repository.InvalidStoreRefException
-
- All Implemented Interfaces:
java.io.Serializable
@AlfrescoPublicApi public class InvalidStoreRefException 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 InvalidStoreRefException(java.lang.String msg, StoreRef storeRef)
InvalidStoreRefException(StoreRef storeRef)
-
Method Summary
-
Methods inherited from class org.alfresco.service.cmr.repository.AbstractStoreException
getStoreRef
-
-