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

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.RPMethodAccessDeniedException
All Implemented Interfaces:
Serializable

public class RPMethodAccessDeniedException
extends RPException

See Also:
Serialized Form

Constructor Summary
RPMethodAccessDeniedException()
           
 
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

RPMethodAccessDeniedException

public RPMethodAccessDeniedException()
Method Detail

getRPType

public String getRPType()
Overrides:
getRPType in class RPException