|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.mindtree.techworks.insight.preferences.PreferenceHandlerStoreException
public class PreferenceHandlerStoreException
This exception is thrown whenever the preferences cannot be stored to the store.
Constructor Summary | |
---|---|
PreferenceHandlerStoreException(java.lang.String message)
|
|
PreferenceHandlerStoreException(java.lang.String message,
java.lang.Throwable cause)
|
|
PreferenceHandlerStoreException(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 |
---|
public PreferenceHandlerStoreException(java.lang.String message)
message
- The message describing this exceptionpublic PreferenceHandlerStoreException(java.lang.String message, java.lang.Throwable cause)
message
- The message describing this exceptioncause
- The Exception that caused this exceptionpublic PreferenceHandlerStoreException(java.lang.Throwable cause)
cause
- The Exception that caused this exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |