Class EffectorUnavailableException

Object
Throwable
Exception
EffectorUnavailableException
All Implemented Interfaces:
Serializable

public class EffectorUnavailableException extends Exception
An exception that an Effector is allowed to throw to indicate that it is currently unavailable.
See Also:
  • Constructor Details

    • EffectorUnavailableException

      public EffectorUnavailableException(String message)
    • EffectorUnavailableException

      public EffectorUnavailableException(String message, String localizedMessage)
  • Method Details