javax.ejb.NoSuchEntityException翻译[3]

[入库:2006年2月23日] [更新:2007年3月24日]

本文简介:

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NoSuchEntityException

public NoSuchEntityException()
Constructs a NoSuchEntityException with no detail message. 构建一个不含详细信息的NoSuchEntityException。


NoSuchEntityException

public NoSuchEntityException(String message)
Constructs a NoSuchEntityException with the specified detailed message. 构建一个指定详细信息的NoSuchEntityException。


NoSuchEntityException

public NoSuchEntityException(Exception ex)
Constructs a NoSuchEntityException that embeds the originally thrown exception. 构建一个嵌入原始抛出异常的NoSuchEntityException。


JavaTM 2 Platform
Ent. Ed. v1.4

本文关键:javax.ejb.NoSuchEntityException翻译
 

本站最佳浏览方式为 分辨率 1024x768 IE 6.0(或更高版本的 IE浏览器)

go top