Class ScriptServiceNotFoundException

  • All Implemented Interfaces:
    Serializable

    @Deprecated
    public class ScriptServiceNotFoundException
    extends Exception
    Deprecated.
    not used anymore
    Thrown when a Script Service cannot be located.
    Since:
    2.3M1
    Version:
    $Id: 461fc2c44ee37010b0a7ab32210475b3d0994ba2 $
    See Also:
    Serialized Form
    • Constructor Detail

      • ScriptServiceNotFoundException

        public ScriptServiceNotFoundException​(String message)
        Deprecated.
        Creates a new exception with the given message.
        Parameters:
        message - the exception message
        See Also:
        Exception(String)
      • ScriptServiceNotFoundException

        public ScriptServiceNotFoundException​(String message,
                                              Throwable throwable)
        Deprecated.
        Creates a new exception with the given message, wrapping the specified throwable object.
        Parameters:
        message - the exception message
        throwable - the throwable object to wrap
        See Also:
        Exception(String, Throwable)