Class UnsafeClassLoadingAttemptException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.graylog2.security.UnsafeClassLoadingAttemptException
All Implemented Interfaces:
Serializable

public class UnsafeClassLoadingAttemptException extends Exception
Exception indicating an attempt to load a class that is not considered safe because it's fully qualified class name did not start with any of the prefixes configured in Configuration.getSafeClasses()
See Also:
  • Constructor Details

    • UnsafeClassLoadingAttemptException

      public UnsafeClassLoadingAttemptException(String message)