org.eyedb
Class RemoveObjectException

java.lang.Object
  extended by java.lang.Throwable
      extended by org.eyedb.Exception
          extended by org.eyedb.RemoveObjectException
All Implemented Interfaces:
java.io.Serializable

public class RemoveObjectException
extends Exception

See Also:
Serialized Form

Constructor Summary
RemoveObjectException(Status status)
           
RemoveObjectException(java.lang.String s)
           
 
Method Summary
 
Methods inherited from class org.eyedb.Exception
getStatus, getString, print, print, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RemoveObjectException

public RemoveObjectException(Status status)

RemoveObjectException

public RemoveObjectException(java.lang.String s)