public class ExtIOException extends java.io.IOException implements ExtException
| Modifier and Type | Field and Description |
|---|---|
private java.lang.Throwable |
cause |
| Constructor and Description |
|---|
ExtIOException(java.lang.String message,
java.lang.Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Throwable |
getCause()
Returns the cause of the exception.
|
public ExtIOException(java.lang.String message,
java.lang.Throwable cause)
public java.lang.Throwable getCause()
ExtExceptiongetCause in interface ExtExceptiongetCause in class java.lang.ThrowableCopyright © 1998-2014 Gamma Technologies. All Rights Reserved.