public class DataLostException extends IOException
| Constructor and Description |
|---|
DataLostException()
Constructs the exception with no detail message.
|
DataLostException(String reason)
Constructs the exception with the given detail message.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic DataLostException()
public DataLostException(String reason)
reason - The reason for the exception.Copyright © 2012 code4tv.com. All Rights Reserved.