public class BeanWriterIOException extends BeanWriterException
BeanWriter's underlying
output stream throws an IOException.BeanWriter,
Serialized Form| Constructor and Description |
|---|
BeanWriterIOException(IOException cause)
Constructs a new BeanWriterIOException.
|
BeanWriterIOException(String message)
Constructs a new BeanWriterIOException.
|
BeanWriterIOException(String message,
IOException cause)
Constructs a new BeanWriterIOException.
|
| Modifier and Type | Method and Description |
|---|---|
IOException |
getCause() |
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic BeanWriterIOException(String message, IOException cause)
message - the error messagecause - the root causepublic BeanWriterIOException(String message)
message - the error messagepublic BeanWriterIOException(IOException cause)
cause - the root causepublic IOException getCause()