@ThreadSafe public class NoDataException extends IOException
| Constructor and Description |
|---|
NoDataException()
Creates a new NoDataException.
|
NoDataException(String msg)
Creates a new NoDataException.
|
NoDataException(String msg,
Throwable ex)
Creates a new NoDataException.
|
NoDataException(Throwable ex)
Creates a new NoDataException.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic NoDataException()
public NoDataException(String msg)
msg - a message for the exception.public NoDataException(Throwable ex)
ex - the cause of the exception.Copyright © 2012–2020 OWASP. All rights reserved.