public final class DataFetchException extends IOException
DataFetchException is a specialized IOException that indicates
that a fetch operation of a DataFetcher has failed.DataFetcher,
Serialized Form| Constructor and Description |
|---|
DataFetchException(String message)
Creates a new
DataFetchException with the given message. |
DataFetchException(String message,
Throwable cause)
Creates a new
DataFetchException with the given message and cause. |
DataFetchException(Throwable cause)
Creates a new
DataFetchException with the given cause. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic DataFetchException(String message, Throwable cause)
DataFetchException with the given message and cause.message - The message.cause - The cause of this DataFetchException.public DataFetchException(String message)
DataFetchException with the given message.message - The message.public DataFetchException(Throwable cause)
DataFetchException with the given cause.cause - The cause of this DataFetchException.Copyright © 2015–2016 Markenwerk – Gesellschaft für markenbildende Maßnahmen mbH. All rights reserved.