2016/05/28 - Apache Tuscany has been retired.
For more information, please explore the Attic.
org.apache.tuscany.sca.store
Class StoreWriteException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.tuscany.sca.store.StoreException
org.apache.tuscany.sca.store.StoreWriteException
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- DuplicateRecordException
public class StoreWriteException
- extends StoreException
Thrown when an error occurs writing to persistent storage
- 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 |
StoreWriteException
public StoreWriteException()
-
StoreWriteException
public StoreWriteException(java.lang.String message,
java.lang.Throwable cause)
-
StoreWriteException
public StoreWriteException(java.lang.String message)
-
StoreWriteException
public StoreWriteException(java.lang.Throwable cause)
-