public class NestedIOException
extends java.io.IOException
Title: NestedIOException.java
Description:
bboss workgroup
Copyright (c) 2007
| 构造器和说明 |
|---|
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. |
| 限定符和类型 | 方法和说明 |
|---|---|
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