|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.naftulin.configmgr.ConfigurationManagerException
org.naftulin.configmgr.EntryNotFoundException
public class EntryNotFoundException
Signals that entry was not found in configuration management engine.
| 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 |
|---|
public EntryNotFoundException()
public EntryNotFoundException(java.lang.String message,
java.lang.Throwable cause)
message - the detailed message.cause - the cause for the exception.public EntryNotFoundException(java.lang.String message)
message - the detailed message.public EntryNotFoundException(java.lang.Throwable cause)
cause - the specified cause.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||