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 message.cause - The cause.public GiphyException(String message)
message - The detail message.public GiphyException(Throwable cause)
cause - The cause.Copyright © 2016 MuK Projects. All rights reserved.