Class UrlNotWhitelistedException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.graylog2.system.urlwhitelist.UrlNotWhitelistedException
All Implemented Interfaces:
Serializable

public class UrlNotWhitelistedException extends Exception
Indicates that there was an attempt to access a URL which is not whitelisted.
See Also:
  • Constructor Details

    • UrlNotWhitelistedException

      public UrlNotWhitelistedException(String message)
  • Method Details