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 DeploymentInfo.getExceptionType(java.lang.Throwable e)
           
 

Uses of ExceptionType in org.apache.openejb.core
 

Methods in org.apache.openejb.core that return ExceptionType
 ExceptionType CoreDeploymentInfo.getExceptionType(java.lang.Throwable e)
           
static ExceptionType ExceptionType.valueOf(java.lang.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-2011 The Apache OpenEJB development community. All Rights Reserved.