public class TorrentException extends RuntimeException
| Constructor and Description |
|---|
TorrentException(String message)
Creates a new torrent exception.
|
TorrentException(String message,
Throwable cause)
Creates a new torrent exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic TorrentException(String message, Throwable cause)
message - The reason this is fatal to the torrent logic.cause - The causing exception.public TorrentException(String message)
message - The reason this is fatal to the torrent logic.Copyright © 2016. All rights reserved.