org.naftulin.configmgr
Class EntryInErrorException

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

public class EntryInErrorException
extends ConfigurationManagerException

Signals that entry was found, but it is in an error state.

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

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

EntryInErrorException

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


EntryInErrorException

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

EntryInErrorException

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

Parameters:
message - the detailed message.

EntryInErrorException

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

Parameters:
cause - the specified cause.


Copyright © 2009. All Rights Reserved.