Uses of Class
org.filteredpush.client.exception.AnnotationCreationException

Packages that use AnnotationCreationException
org.filteredpush.client.jsf   
org.filteredpush.client.util   
 

Uses of AnnotationCreationException in org.filteredpush.client.jsf
 

Methods in org.filteredpush.client.jsf that throw AnnotationCreationException
 void MessengerBean.sendAnnotationResponse(FPAnnotation respondedAnnotation, FPUser respondant)
          Send the response annotation to FPush network.
 

Uses of AnnotationCreationException in org.filteredpush.client.util
 

Methods in org.filteredpush.client.util that throw AnnotationCreationException
static java.lang.String AnnotationGenUtil.genResponseAnnotaiton(FPAnnotation respondedAnnotation, FPUser respondent)