com.mindtree.techworks.insight.preferences
Class PreferenceHandlerInstantiationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.mindtree.techworks.insight.preferences.PreferenceHandlerInstantiationException
- All Implemented Interfaces:
- java.io.Serializable
public class PreferenceHandlerInstantiationException
- extends java.lang.Exception
This exception is thrown from any of the PreferenceDataHandlers, if there is
some error during instantiation.
- Version:
- $Revision: 27 $ $Date: 2007-12-16 04:58:03 -0700 (Sun, 16 Dec 2007) $
- Author:
- Bindul Bhowmik
- 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 |
PreferenceHandlerInstantiationException
public PreferenceHandlerInstantiationException(java.lang.String message)
- Parameters:
message
- The message describing this exception
PreferenceHandlerInstantiationException
public PreferenceHandlerInstantiationException(java.lang.String message,
java.lang.Throwable cause)
- Parameters:
message
- The message describing this exceptioncause
- The Exception that caused this exception
PreferenceHandlerInstantiationException
public PreferenceHandlerInstantiationException(java.lang.Throwable cause)
- Parameters:
cause
- The Exception that caused this exception
Copyright © 2003-2008 MindTree Consulting Ltd.. All Rights Reserved.