public class DataFetchingNotActiveException extends RuntimeException
| Constructor and Description |
|---|
DataFetchingNotActiveException() |
DataFetchingNotActiveException(String message) |
DataFetchingNotActiveException(String message,
Throwable cause) |
DataFetchingNotActiveException(String message,
Throwable cause,
boolean enableSuppression,
boolean writableStackTrace) |
DataFetchingNotActiveException(Throwable cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic DataFetchingNotActiveException()
public DataFetchingNotActiveException(String message)
public DataFetchingNotActiveException(String message, Throwable cause)
public DataFetchingNotActiveException(Throwable cause)
Copyright © 2018–2020. All rights reserved.