no.feide.moria.configuration
Class ConfigurationManagerException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by no.feide.moria.configuration.ConfigurationManagerException
All Implemented Interfaces:
java.io.Serializable

public final class ConfigurationManagerException
extends java.lang.Exception

The ConfigurationManagerException is thrown if something goes wrong with the ConfigurationManager.

Version:
$Revision: 1.3 $
Author:
Lars Preben S. Arnesen <lars.preben.arnesen@conduct.no>
See Also:
Serialized Form

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

ConfigurationManagerException

public ConfigurationManagerException(java.lang.String message)
Constructor.

Parameters:
message - the exception message
See Also:
Exception.Exception(java.lang.String)

ConfigurationManagerException

public ConfigurationManagerException(java.lang.String message,
                                     java.lang.Throwable cause)
Constructor.

Parameters:
message - the exception message
cause - the nested exception
See Also:
Exception.Exception(java.lang.String, java.lang.Throwable)


Copyright © 2001-2006 UNINETT FAS. All Rights Reserved.