public class IOExceptionWithErrorCode
extends java.io.IOException
| Constructor and Description |
|---|
IOExceptionWithErrorCode(int errorCode)
default constructor
|
IOExceptionWithErrorCode(java.lang.String s,
int errorCode)
Constructor
|
IOExceptionWithErrorCode(java.lang.String s,
java.lang.Throwable t,
int errorCode)
Constructor taking a message and another exception.
|
IOExceptionWithErrorCode(java.lang.Throwable t,
int errorCode)
Constructor taking another exception.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getErrorCode()
Accessor for filesystem error code
|
public IOExceptionWithErrorCode(int errorCode)
errorCode - Filesystem error codepublic IOExceptionWithErrorCode(java.lang.String s,
int errorCode)
s - messageerrorCode - Filesystem error codepublic IOExceptionWithErrorCode(java.lang.Throwable t,
int errorCode)
t - Exception to grab data from.errorCode - Filesystem error codepublic IOExceptionWithErrorCode(java.lang.String s,
java.lang.Throwable t,
int errorCode)
s - messaget - Exception to grab data from.errorCode - Filesystem error code