de.tkuhn.util.prefs
Class MetaInfoProviderInitializationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by de.tkuhn.util.prefs.MetaInfoProviderInitializationException
All Implemented Interfaces:
java.io.Serializable

public class MetaInfoProviderInitializationException
extends java.lang.Exception

This Exception is thrown if there is a problem during initialization of MetaInfoProvider

Author:
Tilmann Kuhn
See Also:
Serialized Form

Constructor Summary
MetaInfoProviderInitializationException()
          Creates a new MetaInfoProviderInitializationException
MetaInfoProviderInitializationException(java.lang.String msg)
          Creates a new MetaInfoProviderInitializationException with an attached message.
MetaInfoProviderInitializationException(java.lang.String msg, java.lang.Throwable cause)
          Creates a new MetaInfoProviderInitializationException supplied with a message and a throwable responsible for this exception
 
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

MetaInfoProviderInitializationException

public MetaInfoProviderInitializationException()
Creates a new MetaInfoProviderInitializationException


MetaInfoProviderInitializationException

public MetaInfoProviderInitializationException(java.lang.String msg)
Creates a new MetaInfoProviderInitializationException with an attached message.

Parameters:
msg - the message to be attached to the Exception

MetaInfoProviderInitializationException

public MetaInfoProviderInitializationException(java.lang.String msg,
                                               java.lang.Throwable cause)
Creates a new MetaInfoProviderInitializationException supplied with a message and a throwable responsible for this exception

Parameters:
msg - The details message for the Exception
cause - The cause why this exception was thrown


Copyright © Tilmann Kuhn