com.novell.ecb
Class InvalidStateException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.novell.ecb.CommandException
                    |
                    +--com.novell.ecb.InvalidStateException
All Implemented Interfaces:
RootCause, java.io.Serializable

public final class InvalidStateException
extends CommandException

Indicates that the eCommerce Command Bean was not initialized properly. The argument should provide the reason for the failure.

See Also:
Serialized Form

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

InvalidStateException

public InvalidStateException()
Constructs a InvalidStateException with no arguments


InvalidStateException

public InvalidStateException(java.lang.String msg)
Constructs a InvalidStateException with a message

Parameters:
msg - The message associated with this exception

InvalidStateException

public InvalidStateException(java.lang.String msg,
                             java.lang.Throwable t)
Constructs a InvalidStateException with a Throwable object

Parameters:
msg - The message associated with this exception
t - The Throwable object


Copyright © 2001-2003 Novell, Inc. All Rights Reserved.