Package com.biglybt.core.torrent
Class TOTorrentException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.biglybt.core.torrent.TOTorrentException
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
-
Constructor Summary
ConstructorsConstructorDescriptionTOTorrentException
(String _str, int _reason) TOTorrentException
(String _str, int _reason, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
RT_FILE_NOT_FOUND
public static final int RT_FILE_NOT_FOUND- See Also:
-
RT_ZERO_LENGTH
public static final int RT_ZERO_LENGTH- See Also:
-
RT_TOO_BIG
public static final int RT_TOO_BIG- See Also:
-
RT_READ_FAILS
public static final int RT_READ_FAILS- See Also:
-
RT_WRITE_FAILS
public static final int RT_WRITE_FAILS- See Also:
-
RT_DECODE_FAILS
public static final int RT_DECODE_FAILS- See Also:
-
RT_UNSUPPORTED_ENCODING
public static final int RT_UNSUPPORTED_ENCODING- See Also:
-
RT_HASH_FAILS
public static final int RT_HASH_FAILS- See Also:
-
RT_CANCELLED
public static final int RT_CANCELLED- See Also:
-
RT_CREATE_FAILED
public static final int RT_CREATE_FAILED- See Also:
-
reason
protected final int reason
-
-
Constructor Details
-
TOTorrentException
-
TOTorrentException
-
-
Method Details
-
getReason
public int getReason()
-