org.alfresco.service.cmr.repository
Class AbstractStoreException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.alfresco.service.cmr.repository.AbstractStoreException
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- InvalidStoreRefException, StoreExistsException
public abstract class AbstractStoreException
- extends java.lang.RuntimeException
Store-related exception that keeps a handle to the store reference
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
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)
getStoreRef
public StoreRef getStoreRef()
- Returns:
- Returns the offending store reference
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.