|
||||||||||
| 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.InvalidStateException
Indicates that the eCommerce Command Bean was not initialized properly. The argument should provide the reason for the failure.
| Constructor Summary | |
InvalidStateException()
Constructs a InvalidStateException with no arguments |
|
InvalidStateException(java.lang.String msg)
Constructs a InvalidStateException with a message |
|
InvalidStateException(java.lang.String msg,
java.lang.Throwable t)
Constructs a InvalidStateException 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 InvalidStateException()
public InvalidStateException(java.lang.String msg)
msg - The message associated with this exception
public InvalidStateException(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 | |||||||||