org.norther.tammi.core.config
Class ConfigurationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.norther.tammi.core.config.ConfigurationException
All Implemented Interfaces:
Serializable

public class ConfigurationException
extends Exception

Thrown when configuration fails.

Version:
$Id: ConfigurationException.java,v 1.3 2009/09/28 15:08:45 cvsimp Exp $
Author:
Ilkka Priha
See Also:
Serialized Form

Constructor Summary
ConfigurationException(String msg)
          Constructs a new exception with a message.
ConfigurationException(String msg, Throwable cause)
          Constructs a new exception with a message and cause.
ConfigurationException(Throwable cause)
          Constructs a new exception with a 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

ConfigurationException

public ConfigurationException(String msg)
Constructs a new exception with a message.

Parameters:
msg - the message.

ConfigurationException

public ConfigurationException(Throwable cause)
Constructs a new exception with a cause.

Parameters:
cause - the cause.

ConfigurationException

public ConfigurationException(String msg,
                              Throwable cause)
Constructs a new exception with a message and cause.

Parameters:
msg - the message.
cause - the cause.


Copyright © 2004 The Norther Organization. All rights reserved.