org.xwiki.script.service
Class ScriptServiceNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.xwiki.script.service.ScriptServiceNotFoundException
- All Implemented Interfaces:
- Serializable
public class ScriptServiceNotFoundException
- extends Exception
Thrown when a Script Service cannot be located.
- Since:
- 2.3M1
- Version:
- $Id: b7bf5173c007fd395b93621abbfeca11dbde692a $
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ScriptServiceNotFoundException
public ScriptServiceNotFoundException(String message)
- Creates a new exception with the given message.
- Parameters:
message - the exception message- See Also:
Exception.Exception(String)
ScriptServiceNotFoundException
public ScriptServiceNotFoundException(String message,
Throwable throwable)
- 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.Exception(String, Throwable)
Copyright © 2004–2013 XWiki. All rights reserved.