|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.groovemanager.exception.NotFinishedException
This Exception Type will be thrown when an operation could not be finished.
| Constructor Summary | |
|---|---|
NotFinishedException()
Constrcuts a new NotFinishedException |
|
NotFinishedException(java.lang.String message)
Constructs a new NotFinishedException with the given message |
|
NotFinishedException(java.lang.String message,
java.lang.Throwable cause)
Constructs a new NotFinishedException with the given message and a Throwable which caused the operation to break. |
|
NotFinishedException(java.lang.Throwable cause)
Constructs a new NotFinishedException with the given Throwable that caused the operation to break. |
|
| 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 NotFinishedException()
public NotFinishedException(java.lang.String message)
message - The message about hte cause of the Exception
public NotFinishedException(java.lang.String message,
java.lang.Throwable cause)
message - The message about the cause of the Exceptioncause - The Exception which caused the operation to breakpublic NotFinishedException(java.lang.Throwable cause)
cause - The Exception which caused the operation to break
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||