public class IOErrorException extends Exception
| Modifier and Type | Field and Description |
|---|---|
static int |
E_ALL_BROKEN |
static int |
E_CONNECT_BROKEN |
static int |
E_NO_OPEN |
static int |
E_TIME_OUT |
static int |
E_UNKNOWN |
| Constructor and Description |
|---|
IOErrorException(int errorType,
String message) |
| Modifier and Type | Method and Description |
|---|---|
int |
getType() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic static final int E_UNKNOWN
public static final int E_ALL_BROKEN
public static final int E_CONNECT_BROKEN
public static final int E_TIME_OUT
public static final int E_NO_OPEN
public IOErrorException(int errorType,
String message)
Copyright © 2022. All rights reserved.