@Deprecated public class ScriptServiceNotFoundException extends Exception
| Constructor and 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.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ScriptServiceNotFoundException(String message)
message - the exception messageException.Exception(String)public ScriptServiceNotFoundException(String message, Throwable throwable)
message - the exception messagethrowable - the throwable object to wrapException.Exception(String, Throwable)Copyright © 2004–2016 XWiki. All rights reserved.