Class AbstractStoreException

  • All Implemented Interfaces:
    java.io.Serializable
    Direct Known Subclasses:
    InvalidStoreRefException, StoreExistsException

    @AlfrescoPublicApi
    public abstract class AbstractStoreException
    extends java.lang.RuntimeException
    Store-related exception that keeps a handle to the store reference
    Author:
    Derek Hulley
    See Also:
    Serialized Form
    • Constructor Detail

      • AbstractStoreException

        public AbstractStoreException​(StoreRef storeRef)
      • AbstractStoreException

        public AbstractStoreException​(java.lang.String msg,
                                      StoreRef storeRef)
      • AbstractStoreException

        public AbstractStoreException​(StoreRef storeRef,
                                      java.lang.Throwable e)
      • AbstractStoreException

        public AbstractStoreException​(java.lang.String msg,
                                      StoreRef storeRef,
                                      java.lang.Throwable e)
    • Method Detail

      • getStoreRef

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