类 ScriptNotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.elastos.hive.exception.NotFoundException
-
- org.elastos.hive.exception.ScriptNotFoundException
-
- 所有已实现的接口:
java.io.Serializable
public class ScriptNotFoundException extends NotFoundException
- 另请参阅:
- 序列化表格
-
-
构造器概要
构造器 构造器 说明 ScriptNotFoundException()ScriptNotFoundException(java.lang.String message)ScriptNotFoundException(java.lang.String message, java.lang.Throwable cause)ScriptNotFoundException(java.lang.Throwable cause)ScriptNotFoundException(NodeRPCException e)
-
-
-
构造器详细资料
-
ScriptNotFoundException
public ScriptNotFoundException()
-
ScriptNotFoundException
public ScriptNotFoundException(java.lang.String message)
-
ScriptNotFoundException
public ScriptNotFoundException(java.lang.String message, java.lang.Throwable cause)
-
ScriptNotFoundException
public ScriptNotFoundException(java.lang.Throwable cause)
-
ScriptNotFoundException
public ScriptNotFoundException(NodeRPCException e)
-
-