public class DownloadException extends Exception
Modifier and Type | Field and Description |
---|---|
protected long |
code |
protected String |
formatString |
protected String |
messageKey |
Constructor and Description |
---|
DownloadException() |
DownloadException(String message) |
DownloadException(String wfsCode,
String message) |
DownloadException(String msg,
Throwable cause) |
DownloadException(Throwable cause) |
Modifier and Type | Method and Description |
---|---|
String |
getWfsCode() |
void |
init() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
protected String formatString
protected String messageKey
protected long code
public DownloadException()
public DownloadException(Throwable cause)
public DownloadException(String message)
public void init()
public String getWfsCode()