project1
Class NotReadyException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--project1.NotReadyException
All Implemented Interfaces:
java.io.Serializable

public class NotReadyException
extends java.lang.Exception

Class NotReadyException This exception is thrown if the machine is not ready

See Also:
Serialized Form

Constructor Summary
NotReadyException()
           
NotReadyException(java.lang.String msg)
           
 
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

NotReadyException

public NotReadyException()

NotReadyException

public NotReadyException(java.lang.String msg)