public class Dota2WebException extends WebException
Dota2WebException class.
| Constructor and Description |
|---|
Dota2WebException()
Constructor for Dota2WebException.
|
Dota2WebException(String message)
Constructor for Dota2WebException.
|
Dota2WebException(String message,
Throwable cause)
Constructor for Dota2WebException.
|
Dota2WebException(String message,
Throwable cause,
boolean enableSuppression,
boolean writableStackTrace)
Constructor for Dota2WebException.
|
Dota2WebException(Throwable cause)
Constructor for Dota2WebException.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic Dota2WebException()
Constructor for Dota2WebException.
public Dota2WebException(String message)
Constructor for Dota2WebException.
message - a String objectpublic Dota2WebException(String message, Throwable cause)
Constructor for Dota2WebException.
public Dota2WebException(Throwable cause)
Constructor for Dota2WebException.
cause - a Throwable objectCopyright © 2016–2024. All rights reserved.