org.naftulin.configmgr
Class ConfigurationManagerRuntimeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.naftulin.configmgr.ConfigurationManagerRuntimeException
All Implemented Interfaces:
java.io.Serializable

public class ConfigurationManagerRuntimeException
extends java.lang.RuntimeException

Exception that is originated from configuration manager.

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

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

ConfigurationManagerRuntimeException

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


ConfigurationManagerRuntimeException

public ConfigurationManagerRuntimeException(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.

ConfigurationManagerRuntimeException

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

Parameters:
message - the detailed message.

ConfigurationManagerRuntimeException

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

Parameters:
cause - the specified cause.


Copyright © 2009. All Rights Reserved.