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:
  • Constructor Details

    • AbstractStoreException

      public AbstractStoreException(StoreRef storeRef)
    • AbstractStoreException

      public AbstractStoreException(String msg, StoreRef storeRef)
    • AbstractStoreException

      public AbstractStoreException(StoreRef storeRef, Throwable e)
    • AbstractStoreException

      public AbstractStoreException(String msg, StoreRef storeRef, Throwable e)
  • Method Details

    • getStoreRef

      public StoreRef getStoreRef()
      Returns:
      Returns the offending store reference