|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception org.naftulin.configmgr.ConfigurationManagerException org.naftulin.configmgr.EntryInErrorException
public class EntryInErrorException
Signals that entry was found, but it is in an error state.
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 |
---|
public EntryInErrorException()
public EntryInErrorException(java.lang.String message, java.lang.Throwable cause)
message
- the detailed message.cause
- the cause for the exception.public EntryInErrorException(java.lang.String message)
message
- the detailed message.public EntryInErrorException(java.lang.Throwable cause)
cause
- the specified cause.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |