Class DisallowedStrategyException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.storm.utils.DisallowedStrategyException
All Implemented Interfaces:
Serializable

public class DisallowedStrategyException extends RuntimeException
See Also:
  • Constructor Details

    • DisallowedStrategyException

      public DisallowedStrategyException(String attemptedClass, List<String> allowedStrategies)
  • Method Details

    • getAttemptedClass

      public String getAttemptedClass()
    • getAllowedStrategies

      public List<String> getAllowedStrategies()