@ThreadSafe
public class NoDataException
extends java.io.IOException
| Constructor and Description |
|---|
NoDataException()
Creates a new NoDataException.
|
NoDataException(java.lang.String msg)
Creates a new NoDataException.
|
NoDataException(java.lang.String msg,
java.lang.Throwable ex)
Creates a new NoDataException.
|
NoDataException(java.lang.Throwable ex)
Creates a new NoDataException.
|
public NoDataException()
public NoDataException(java.lang.String msg)
msg - a message for the exception.public NoDataException(java.lang.Throwable ex)
ex - the cause of the exception.public NoDataException(java.lang.String msg,
java.lang.Throwable ex)
msg - a message for the exception.ex - the cause of the exception.Copyright© 2012-21 Jeremy Long. All Rights Reserved.