public class IPException extends RuntimeException
| Constructor and Description |
|---|
IPException(String s) |
IPException(String s,
Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
Throwable |
getCause()
To allow compilation under JDK 1.3; this method is already defined in Throwable in later JDKs
|
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic IPException(String s)