Movatterモバイル変換


[0]ホーム

URL:


         


Class CreateException

java.lang.Object  |  +--java.lang.Throwable        |        +--java.lang.Exception              |              +--javax.ejb.CreateException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
DuplicateKeyException

public classCreateException
extends java.lang.Exception

The CreateException exception must be included in the throws clauses of all create methods defined in an enterprise Bean's home interface.

This exception is used as a standard application-level exception to report a failure to create an entity EJB object.

See Also:
Serialized Form

CreateException()
          Constructs a CreateException with no detail message.
CreateException(java.lang.String message)
          Constructs a CreateException with the specified detail message.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

CreateException

publicCreateException()
Constructs a CreateException with no detail message.

CreateException

publicCreateException(java.lang.String message)
Constructs a CreateException with the specified detail message.

         


[8]ページ先頭

©2009-2025 Movatter.jp