org.apache.tuscany.sca.store
Class StoreReadException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.tuscany.sca.store.StoreException
              extended by org.apache.tuscany.sca.store.StoreReadException
All Implemented Interfaces:
java.io.Serializable

public class StoreReadException
extends StoreException

Thrown when an error occurs reading from persistent storage

See Also:
Serialized Form

Constructor Summary
StoreReadException()
          
StoreReadException(java.lang.String message)
          
StoreReadException(java.lang.String message, java.lang.Throwable cause)
          
StoreReadException(java.lang.Throwable cause)
          
 
Method Summary
 
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

StoreReadException

public StoreReadException()


StoreReadException

public StoreReadException(java.lang.String message,
                          java.lang.Throwable cause)


StoreReadException

public StoreReadException(java.lang.String message)


StoreReadException

public StoreReadException(java.lang.Throwable cause)