public class NestedIOException
extends java.io.IOException
Title: NestedIOException.java
Description:
bboss workgroup
Copyright (c) 2007
| Constructor and Description |
|---|
NestedIOException(java.lang.String msg)
Construct a
NestedIOException with the specified detail message. |
NestedIOException(java.lang.String msg,
java.lang.Throwable cause)
Construct a
NestedIOException with the specified detail message
and nested exception. |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getMessage()
Return the detail message, including the message from the nested exception
if there is one.
|
public NestedIOException(java.lang.String msg)
NestedIOException with the specified detail message.msg - the detail messagepublic NestedIOException(java.lang.String msg,
java.lang.Throwable cause)
NestedIOException with the specified detail message
and nested exception.msg - the detail messagecause - the nested exception