Package org.xwiki.script.service
Class ScriptServiceNotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.xwiki.script.service.ScriptServiceNotFoundException
-
- All Implemented Interfaces:
Serializable
@Deprecated public class ScriptServiceNotFoundException extends Exception
Deprecated.not used anymoreThrown when a Script Service cannot be located.- Since:
- 2.3M1
- Version:
- $Id: 461fc2c44ee37010b0a7ab32210475b3d0994ba2 $
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ScriptServiceNotFoundException(String message)
Deprecated.Creates a new exception with the given message.ScriptServiceNotFoundException(String message, Throwable throwable)
Deprecated.Creates a new exception with the given message, wrapping the specified throwable object.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
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 messagethrowable
- the throwable object to wrap- See Also:
Exception(String, Throwable)
-
-