Class TorrentException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.biglybt.pif.torrent.TorrentException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
TorrentEncodingException

public class TorrentException extends Exception
See Also:
  • Constructor Details

    • TorrentException

      public TorrentException()
    • TorrentException

      public TorrentException(String str)
    • TorrentException

      public TorrentException(Throwable cause)
    • TorrentException

      public TorrentException(String str, Throwable cause)