org.gudy.azureus2.plugins.torrent
Class TorrentException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.gudy.azureus2.plugins.torrent.TorrentException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
TorrentEncodingException

public class TorrentException
extends Exception

Author:
parg
See Also:
Serialized Form

Constructor Summary
TorrentException()
           
TorrentException(String str)
           
TorrentException(String str, Throwable cause)
           
TorrentException(Throwable cause)
           
 
Method Summary
 
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

TorrentException

public TorrentException()

TorrentException

public TorrentException(String str)

TorrentException

public TorrentException(Throwable cause)

TorrentException

public TorrentException(String str,
                        Throwable cause)