public class GiphyException extends Exception
| Constructor and Description |
|---|
GiphyException()
Constructs a new exception.
|
GiphyException(String message)
Constructs a new exception with the specified detail message.
|
GiphyException(String message,
Throwable cause)
Constructs a new exception with the specified detail message and cause.
|
GiphyException(Throwable cause)
Constructs a new exception with the specified cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic GiphyException()
public GiphyException(String message, Throwable cause)
message - the detail messagecause - the causepublic GiphyException(String message)
message - the detail messagepublic GiphyException(Throwable cause)
cause - the causeCopyright © 2016 MuK Projects. All rights reserved.