public class ScriptNotFoundException extends ScriptingEngineException implements NotFoundHTTPResult
| Constructor and Description | 
|---|
ScriptNotFoundException(java.lang.String message)
Creates exception. 
 | 
ScriptNotFoundException(java.lang.String message,
                       boolean recoverable)
Creates exception. 
 | 
ScriptNotFoundException(java.lang.String message,
                       java.lang.Throwable cause)
Creates exception. 
 | 
ScriptNotFoundException(java.lang.String message,
                       java.lang.Throwable cause,
                       boolean recoverable)
Creates exception. 
 | 
isRecoverableCauseisRecoverablepublic ScriptNotFoundException(java.lang.String message,
                       boolean recoverable)
public ScriptNotFoundException(java.lang.String message,
                       java.lang.Throwable cause,
                       boolean recoverable)
public ScriptNotFoundException(java.lang.String message,
                       java.lang.Throwable cause)
public ScriptNotFoundException(java.lang.String message)