org.gudy.azureus2.pluginsimpl.remote.rpexceptions
Class RPObjectNoLongerExistsException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.gudy.azureus2.pluginsimpl.remote.RPException
                  extended by org.gudy.azureus2.pluginsimpl.remote.rpexceptions.RPObjectNoLongerExistsException
All Implemented Interfaces:
Serializable

public class RPObjectNoLongerExistsException
extends RPException

See Also:
Serialized Form

Constructor Summary
RPObjectNoLongerExistsException()
           
 
Method Summary
 String getRPType()
           
 
Methods inherited from class org.gudy.azureus2.pluginsimpl.remote.RPException
getErrorClass, getSerialisableObject
 
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

RPObjectNoLongerExistsException

public RPObjectNoLongerExistsException()
Method Detail

getRPType

public String getRPType()
Overrides:
getRPType in class RPException