javax.ejb

Class EJBException

    • Constructor Detail

      • EJBException

        public EJBException()
        Constructs an EJBException with no detail message.
      • EJBException

        public EJBException(String message)
        Constructs an EJBException with the specified detailed message.
      • EJBException

        public EJBException(Exception ex)
        Constructs an EJBException that embeds the originally thrown exception.
      • EJBException

        public EJBException(String message,            Exception ex)
        Constructs an EJBException that embeds the originally thrown exception with the specified detail message.
    • Method Detail

      • getCausedByException

        public Exception getCausedByException()
        Obtain the exception that caused the EJBException to be thrown. It is recommended that the inherited Throwable.getCause() method be used to retrieve the cause instead of this method.

Copyright © 1996-2013, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.



NOTHING
NOTHING
Add the Maven Dependecy to your project: maven dependecy for com.amazonaws : aws-java-sdk : 1.3.14