org.ow2.util.ee.metadata.ejbjar.api.struct
Interface IApplicationException

All Superinterfaces:
Annotation, javax.ejb.ApplicationException, Serializable

public interface IApplicationException
extends javax.ejb.ApplicationException, Serializable

Application Exception.

Author:
Florent Benoit

Method Summary
 String getClassName()
           
 boolean inherited()
          Indicates whether the application exception designation should apply to subclasses of the annotated exception class.
 
Methods inherited from interface java.lang.annotation.Annotation
annotationType, equals, hashCode, toString
 

Method Detail

getClassName

String getClassName()
Returns:
the class name.

inherited

boolean inherited()
Indicates whether the application exception designation should apply to subclasses of the annotated exception class.

Since:
EJB 3.1 version.


Copyright © 2007-2012 OW2 Consortium. All Rights Reserved.