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

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

public class RPInternalProcessException
extends RPException

See Also:
Serialized Form

Constructor Summary
RPInternalProcessException(Throwable t)
           
 
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

RPInternalProcessException

public RPInternalProcessException(Throwable t)
Method Detail

getRPType

public String getRPType()
Overrides:
getRPType in class RPException