public class ApiKeyInvalidException extends RuntimeException
Constructor and Description |
---|
ApiKeyInvalidException(String msg)
Constructor with an exception message.
|
ApiKeyInvalidException(String msg,
Throwable t)
Constructor with an exception mesage and a
Throwable . |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ApiKeyInvalidException(String msg)
msg
- the messageCopyright © 2015. All Rights Reserved.