javax.ejb.CreateException翻译[2]

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

本文简介:


javax.ejb
Class CreateException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjavax.ejb.CreateException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
DuplicateKeyException

public class CreateException
extends Exception

The CreateException exception must be included in the throws clauses of all create methods defined in an enterprise Bean's home interface. 在企业bean home接口中定义的所有create方法throws子句中必须包含CreateException异常。

This exception is used as a standard application-level exception to report a failure to create an EJB object. 该异常作为一个标准应用级异常使用,来报告创建EJB对象失败。

See Also:
Serialized Form

Constructor Summary
CreateException()
          Constructs a CreateException with no detail message. 构建一个不含详细信息的CreateException。
CreateException(String message)
          Constructs a CreateException with the specified detail message. 构建一个指定详细信息的CreateException。
 
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

本文关键:javax.ejb.CreateException翻译
  相关方案
Google
 

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

go top