org.naftulin.configmgr
Class ConfigurationManagerException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.naftulin.configmgr.ConfigurationManagerException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
EntryInErrorException, EntryNotFoundException

public class ConfigurationManagerException
extends java.lang.Exception

Exception that is originated from configuration manager.

Since:
1.0
Author:
Henry Naftulin
See Also:
Serialized Form

Constructor Summary
ConfigurationManagerException()
          Constructs a new exception with null as detailed message.
ConfigurationManagerException(java.lang.String message)
          Constructs a new exception with detailed message.
ConfigurationManagerException(java.lang.String message, java.lang.Throwable cause)
          Constructs a new exception with the specified detail message and cause.
ConfigurationManagerException(java.lang.Throwable cause)
          Constructs a new exception with specified 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

ConfigurationManagerException

public ConfigurationManagerException()
Constructs a new exception with null as detailed message.


ConfigurationManagerException

public ConfigurationManagerException(java.lang.String message,
                                     java.lang.Throwable cause)
Constructs a new exception with the specified detail message and cause.

Parameters:
message - the detailed message.
cause - the cause for the exception.

ConfigurationManagerException

public ConfigurationManagerException(java.lang.String message)
Constructs a new exception with detailed message.

Parameters:
message - the detailed message.

ConfigurationManagerException

public ConfigurationManagerException(java.lang.Throwable cause)
Constructs a new exception with specified cause

Parameters:
cause - the specified cause.


Copyright © 2009. All Rights Reserved.