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:
Serializable
Thrown when an operation cannot be performed because the store reference
no longer exists.
- Author:
- Derek Hulley
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInvalidStoreRefException
(String msg, StoreRef storeRef) InvalidStoreRefException
(StoreRef storeRef) -
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
-
Constructor Details
-
InvalidStoreRefException
-
InvalidStoreRefException
-