public class TS3ConnectionFailedException extends TS3Exception
| Constructor and Description |
|---|
TS3ConnectionFailedException(String msg) |
TS3ConnectionFailedException(String msg,
Throwable cause) |
TS3ConnectionFailedException(Throwable c) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic TS3ConnectionFailedException(String msg)
public TS3ConnectionFailedException(Throwable c)
public TS3ConnectionFailedException(String msg, Throwable cause)
Released under the MIT license.