public class DataIOException
extends java.lang.Exception
Constructor and Description |
---|
DataIOException()
Create a new DataIOException.
|
DataIOException(java.lang.String message)
Create a new DataIOException.
|
DataIOException(java.lang.String message,
java.lang.Throwable cause)
Create a new DataIOException.
|
DataIOException(java.lang.Throwable cause)
Create a new DataIOException.
|
public DataIOException()
public DataIOException(java.lang.String message)
message
- a descriptive error messagepublic DataIOException(java.lang.String message, java.lang.Throwable cause)
message
- a descriptive error messagecause
- a Throwable (e.g., error or exception) that was the cause
for this exception being thrownpublic DataIOException(java.lang.Throwable cause)
cause
- a Throwable (e.g., error or exception) that was the cause
for this exception being thrownCopyright ? 2013 Regents of the University of California