com.mindtree.techworks.insight.preferences
Class PreferenceHandlerInstantiationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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

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

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 exception
cause - 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.