|
|||||||||
| 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.NotReadyException
This Exception will be thrown if any kind of a provider is asked to provide data and he is because of some reason not able to.
| Constructor Summary | |
|---|---|
NotReadyException()
Constructs a new NotReadyException. |
|
NotReadyException(java.lang.String message)
Constructs a new NotReadyException with the given message. |
|
NotReadyException(java.lang.String message,
java.lang.Throwable cause)
Constructs a new NotReadyException with the given message and the given Throwable that prevents the provider from being ready. |
|
NotReadyException(java.lang.Throwable cause)
Constructs a new NotReadyException with the given Throwable that prevents the provider from being ready. |
|
| 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 NotReadyException()
public NotReadyException(java.lang.String message)
message - The message telling, why the provider is not ready
public NotReadyException(java.lang.String message,
java.lang.Throwable cause)
message - The message telling, why the provider is not readycause - The Throwable preventing the provider from being readypublic NotReadyException(java.lang.Throwable cause)
cause - The Throwable preventing the provider from being ready
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||