Uses of Interface
org.granite.messaging.service.ExceptionConverter

Packages that use ExceptionConverter
org.granite.config   
org.granite.tide.data   
org.granite.tide.ejb   
 

Uses of ExceptionConverter in org.granite.config
 

Methods in org.granite.config that return types with arguments of type ExceptionConverter
 List<ExceptionConverter> GraniteConfig.getExceptionConverters()
           
 

Methods in org.granite.config with parameters of type ExceptionConverter
 void GraniteConfig.registerExceptionConverter(ExceptionConverter exceptionConverter, boolean first)
           
 

Method parameters in org.granite.config with type arguments of type ExceptionConverter
 void GraniteConfig.registerExceptionConverter(Class<? extends ExceptionConverter> exceptionConverterClass)
           
 void GraniteConfig.registerExceptionConverter(Class<? extends ExceptionConverter> exceptionConverterClass, boolean first)
           
 

Uses of ExceptionConverter in org.granite.tide.data
 

Classes in org.granite.tide.data that implement ExceptionConverter
 class PersistenceExceptionConverter
           
 

Uses of ExceptionConverter in org.granite.tide.ejb
 

Classes in org.granite.tide.ejb that implement ExceptionConverter
 class EJBAccessExceptionConverter