public class DeepIOException extends RuntimeException
IOException.| Constructor and Description |
|---|
DeepIOException()
Default constructor.
|
DeepIOException(String msg)
Public constructor.
|
DeepIOException(String message,
Throwable cause)
Public constructor.
|
DeepIOException(String message,
Throwable cause,
boolean enableSuppression,
boolean writableStackTrace)
Public constructor.
|
DeepIOException(Throwable cause)
Public constructor.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic DeepIOException()
public DeepIOException(String msg)
public DeepIOException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
public DeepIOException(Throwable cause)
Copyright © 2014. All rights reserved.