org.gudy.azureus2.pluginsimpl.remote
Class RPException

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
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
RPInternalProcessException, RPMethodAccessDeniedException, RPNoObjectIDException, RPObjectNoLongerExistsException, RPThrowableAsReplyException

public class RPException
extends RuntimeException

Author:
parg
See Also:
Serialized Form

Constructor Summary
RPException(String str)
           
RPException(String str, Throwable e)
           
RPException(Throwable e)
           
 
Method Summary
 Class getErrorClass()
           
 String getRPType()
           
 Throwable 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

RPException

public RPException(String str)

RPException

public RPException(String str,
                   Throwable e)

RPException

public RPException(Throwable e)
Method Detail

getRPType

public String getRPType()

getSerialisableObject

public Throwable getSerialisableObject()

getErrorClass

public Class getErrorClass()