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

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.RPThrowableAsReplyException
All Implemented Interfaces:
java.io.Serializable

public class RPThrowableAsReplyException
extends RPException

See Also:
Serialized Form

Constructor Summary
RPThrowableAsReplyException(java.lang.Throwable t)
           
 
Method Summary
 java.lang.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

RPThrowableAsReplyException

public RPThrowableAsReplyException(java.lang.Throwable t)
Method Detail

getRPType

public java.lang.String getRPType()
Overrides:
getRPType in class RPException