org.nhindirect.config.store
Class ConfigurationStoreException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.nhindirect.config.store.ConfigurationStoreException
All Implemented Interfaces:
Serializable

public class ConfigurationStoreException
extends RuntimeException

Custom exception class for the configuration store.

See Also:
Serialized Form

Constructor Summary
ConfigurationStoreException()
          Default constructor.
ConfigurationStoreException(String message)
          Construct an exception with given message.
ConfigurationStoreException(String message, Throwable cause)
          Construct an exception with given message from a Throwable.
ConfigurationStoreException(Throwable cause)
          Construct an exception from a Throwable.
 
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

ConfigurationStoreException

public ConfigurationStoreException()
Default constructor.


ConfigurationStoreException

public ConfigurationStoreException(String message)
Construct an exception with given message.

Parameters:
message - The exception message.

ConfigurationStoreException

public ConfigurationStoreException(Throwable cause)
Construct an exception from a Throwable.

Parameters:
cause - The Throwable.

ConfigurationStoreException

public ConfigurationStoreException(String message,
                                   Throwable cause)
Construct an exception with given message from a Throwable.

Parameters:
message - The Throwable.
cause - The exception message.


Copyright © 2011. All Rights Reserved.