com.novell.ecb
Class NotReadyException

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

public final class NotReadyException
extends CommandException

Indicates that the Command Bean is not ready for execution. The argument may provide the reason for the failure.

See Also:
Serialized Form

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

NotReadyException

public NotReadyException()
Constructs a NotReadyException with no arguments


NotReadyException

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

Parameters:
msg - The message associated with this exception

NotReadyException

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

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


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