mwkirk / javapns

Test import of svn javapns repo from Google Code
3 stars 0 forks source link

Some exceptions provide same description when supposed to handle different issues #106

Closed mwkirk closed 11 years ago

mwkirk commented 11 years ago

Original author: jroza...@tendrilinc.com (February 09, 2012 14:04:59)

What steps will reproduce the problem? PayloadAlertAlreadyExistsException, PayloadMaxSizeExceededException and PayloadMaxSizeProbablyExceededException provide almost the same javadoc description, but no information is available on when they get created and how should be handled. Looking at the site, I could not find any contact information. May I get a PushedNotification processed with a PayloadMaxSizeProbablyExceededException? Which would be the difference with getting a processed PushedNotification with a PayloadMaxSizeExceededException? How does PayloadAlertAlreadyExistsException play here?

What is the expected output? What do you see instead?

What version of the product are you using? On what operating system?

Please provide any additional information below.

Original issue: http://code.google.com/p/javapns/issues/detail?id=106

mwkirk commented 11 years ago

From sype...@gmail.com on February 24, 2012 03:38:08 Fixed in r359 (committed to the trunk and available immediately in the on-line javadoc).