com.arunta.base.exception
Class BusyException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.arunta.base.exception.BusyException
All Implemented Interfaces:
java.io.Serializable

public class BusyException
extends java.lang.Exception

Total Recall VR system busy exception.

Indicates that the Total Recall VR system is can not perform the requested operation because it is busy performing other operations which need to complete before the requested operation can be performed.

See Also:
Serialized Form

Constructor Summary
BusyException()
           
BusyException(java.lang.String message)
           
BusyException(java.lang.String message, java.lang.Throwable cause)
           
BusyException(java.lang.Throwable cause)
           
 
Method Summary
 
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

BusyException

public BusyException()

BusyException

public BusyException(java.lang.String message)

BusyException

public BusyException(java.lang.Throwable cause)

BusyException

public BusyException(java.lang.String message,
                     java.lang.Throwable cause)


Copyright ©, 2005-2012 Prolancer Pty Ltd, Sydney Australia.