Uses of Class
org.apache.openejb.core.ExceptionType

Packages that use ExceptionType
org.apache.openejb   
org.apache.openejb.core   
 

Uses of ExceptionType in org.apache.openejb
 

Methods in org.apache.openejb that return ExceptionType
 ExceptionType BeanContext.getExceptionType(Throwable e)
           
 

Uses of ExceptionType in org.apache.openejb.core
 

Methods in org.apache.openejb.core that return ExceptionType
static ExceptionType ExceptionType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ExceptionType[] ExceptionType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 1999-2013 The Apache Software Foundation. All Rights Reserved.