Package org.gvsig.downloader
Class IOExceptionWithStatus
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.gvsig.downloader.IOExceptionWithStatus
- All Implemented Interfaces:
Serializable
- Author:
- jjdelcerro
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionIOExceptionWithStatus(int status, String message) IOExceptionWithStatus(int status, String message, File responseData) IOExceptionWithStatus(int status, String message, Throwable cause) IOExceptionWithStatus(int status, String message, Throwable cause, File responseData) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
IOExceptionWithStatus
-
IOExceptionWithStatus
-
IOExceptionWithStatus
-
IOExceptionWithStatus
-
-
Method Details
-
getStatus
public int getStatus() -
getMessage
- Overrides:
getMessagein classThrowable
-
getResponseData
-