org.xwiki.script.service
Class ScriptServiceNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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

Constructor Summary
ScriptServiceNotFoundException(String message)
          Creates a new exception with the given message.
ScriptServiceNotFoundException(String message, Throwable throwable)
          Creates a new exception with the given message, wrapping the specified throwable object.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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 message
throwable - the throwable object to wrap
See Also:
Exception.Exception(String, Throwable)


Copyright © 2004–2015 XWiki. All rights reserved.