Uses of Class
org.filteredpush.triage.api.BadStatusException

Packages that use BadStatusException
org.filteredpush.message   
org.filteredpush.triage   
org.filteredpush.triage.api   
 

Uses of BadStatusException in org.filteredpush.message
 

Methods in org.filteredpush.message that throw BadStatusException
 boolean FPMessageStatus.changeStatusTo(int newStatus)
           
 

Uses of BadStatusException in org.filteredpush.triage
 

Methods in org.filteredpush.triage that throw BadStatusException
 boolean FPJobStatus.changeStatusTo(int newStatus)
           
 

Uses of BadStatusException in org.filteredpush.triage.api
 

Methods in org.filteredpush.triage.api that throw BadStatusException
 boolean Status.changeStatusTo(int newStatus)