public class UrlNotWhitelistedException extends Exception
| Constructor and Description |
|---|
UrlNotWhitelistedException(String message) |
| Modifier and Type | Method and Description |
|---|---|
static UrlNotWhitelistedException |
forUrl(String url)
Create an exception with a message stating that the given URL is not whitelisted.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic UrlNotWhitelistedException(String message)
public static UrlNotWhitelistedException forUrl(String url)
Copyright © 2012–2021 Graylog, Inc.. All rights reserved.