Class BackingStoreException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
ca.phon.ipadictionary.exceptions.IPADictionaryException
ca.phon.ipadictionary.exceptions.BackingStoreException
- All Implemented Interfaces:
 Serializable
Exceptions thrown when problems are encountered with the
 dictionary backing storage (e.g., I/O Errors.)
- See Also:
 
- 
Constructor Summary
ConstructorsConstructorDescriptionBackingStoreException(String arg0) BackingStoreException(String arg0, Throwable arg1)  - 
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
- 
Constructor Details
- 
BackingStoreException
public BackingStoreException() - 
BackingStoreException
 - 
BackingStoreException
 - 
BackingStoreException
 
 -