Package com.biglybt.core.torrent
Class TOTorrentException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.biglybt.core.torrent.TOTorrentException
-
- All Implemented Interfaces:
java.io.Serializable
public class TOTorrentException extends java.lang.Exception
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected int
reason
static int
RT_CANCELLED
static int
RT_CREATE_FAILED
static int
RT_DECODE_FAILS
static int
RT_FILE_NOT_FOUND
static int
RT_HASH_FAILS
static int
RT_READ_FAILS
static int
RT_TOO_BIG
static int
RT_UNSUPPORTED_ENCODING
static int
RT_WRITE_FAILS
static int
RT_ZERO_LENGTH
-
Constructor Summary
Constructors Constructor Description TOTorrentException(java.lang.String _str, int _reason)
TOTorrentException(java.lang.String _str, int _reason, java.lang.Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getReason()
-
-
-
Field Detail
-
RT_FILE_NOT_FOUND
public static final int RT_FILE_NOT_FOUND
- See Also:
- Constant Field Values
-
RT_ZERO_LENGTH
public static final int RT_ZERO_LENGTH
- See Also:
- Constant Field Values
-
RT_TOO_BIG
public static final int RT_TOO_BIG
- See Also:
- Constant Field Values
-
RT_READ_FAILS
public static final int RT_READ_FAILS
- See Also:
- Constant Field Values
-
RT_WRITE_FAILS
public static final int RT_WRITE_FAILS
- See Also:
- Constant Field Values
-
RT_DECODE_FAILS
public static final int RT_DECODE_FAILS
- See Also:
- Constant Field Values
-
RT_UNSUPPORTED_ENCODING
public static final int RT_UNSUPPORTED_ENCODING
- See Also:
- Constant Field Values
-
RT_HASH_FAILS
public static final int RT_HASH_FAILS
- See Also:
- Constant Field Values
-
RT_CANCELLED
public static final int RT_CANCELLED
- See Also:
- Constant Field Values
-
RT_CREATE_FAILED
public static final int RT_CREATE_FAILED
- See Also:
- Constant Field Values
-
reason
protected final int reason
-
-