| |
|
| java.lang.Object java.lang.Throwable java.lang.Exception com.sun.jump.module.download.JUMPDownloadException
JUMPDownloadException | public class JUMPDownloadException extends Exception (Code) | | JUMPDownloadException is thrown when the download action
does not perform successfully.
|
Method Summary | |
public int | getReason() Returns the reason for this exception. |
REASON_CANCELLED_BY_USER | final public static int REASON_CANCELLED_BY_USER(Code) | | |
REASON_UNKNOWN | final public static int REASON_UNKNOWN(Code) | | |
REASON_UNSUPPORTED_MIME | final public static int REASON_UNSUPPORTED_MIME(Code) | | |
JUMPDownloadException | public JUMPDownloadException()(Code) | | Creates a new instance of JUMPDownloadException
|
JUMPDownloadException | public JUMPDownloadException(String mesg)(Code) | | |
JUMPDownloadException | public JUMPDownloadException(int reason, String mesg)(Code) | | |
getReason | public int getReason()(Code) | | Returns the reason for this exception. If there is no concrete reason
for the exception then REASON_UNKNOWN is returned.
|
|
|
|