org.alfresco.service.cmr.repository
Class AbstractStoreException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by 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

Constructor Summary
AbstractStoreException(StoreRef storeRef)
           
AbstractStoreException(StoreRef storeRef, java.lang.Throwable e)
           
AbstractStoreException(java.lang.String msg, StoreRef storeRef)
           
AbstractStoreException(java.lang.String msg, StoreRef storeRef, java.lang.Throwable e)
           
 
Method Summary
 StoreRef getStoreRef()
           
 
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
 

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


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.