|
||||||||||
| 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
|
+--com.novell.ecb.CommandException
|
+--com.novell.ecb.NotReadyException
Indicates that the Command Bean is not ready for execution. The argument may provide the reason for the failure.
| Constructor Summary | |
NotReadyException()
Constructs a NotReadyException with no arguments |
|
NotReadyException(java.lang.String msg)
Constructs a NotReadyException with a message |
|
NotReadyException(java.lang.String msg,
java.lang.Throwable t)
Constructs a NotReadyException with a Throwable object |
|
| Methods inherited from class com.novell.ecb.CommandException |
getRootCause, printCauseStackTrace, printCauseStackTrace, printCauseStackTrace, setRootCause |
| 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 |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public NotReadyException()
public NotReadyException(java.lang.String msg)
msg - The message associated with this exception
public NotReadyException(java.lang.String msg,
java.lang.Throwable t)
msg - The message associated with this exceptiont - The Throwable object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||