org.naftulin.configmgr
Class EntryNotFoundException

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

public class EntryNotFoundException
extends ConfigurationManagerException

Signals that entry was not found in configuration management engine.

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

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

EntryNotFoundException

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


EntryNotFoundException

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

EntryNotFoundException

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

Parameters:
message - the detailed message.

EntryNotFoundException

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

Parameters:
cause - the specified cause.


Copyright © 2009. All Rights Reserved.