public class CreateException extends Exception
This exception is used as a standard application-level exception to report a failure to create an EJB object or local object.
| Constructor and Description | 
|---|
| CreateException()Constructs a CreateException with no detail message. | 
| CreateException(String message)Constructs a CreateException with the specified
 detail message. | 
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic CreateException()
public CreateException(String message)
Copyright © 1996-2015, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.