~ubuntu-branches/ubuntu/oneiric/tomcat6/oneiric

« back to all changes in this revision

Viewing changes to java/org/apache/catalina/tribes/ChannelException.java

  • Committer: Bazaar Package Importer
  • Author(s): Thierry Carrez
  • Date: 2010-07-20 14:36:48 UTC
  • mfrom: (2.2.17 sid)
  • Revision ID: james.westby@ubuntu.com-20100720143648-23y81x6cq1kv1z00
Tags: 6.0.28-2
* Add debconf questions for user, group and Java options.
* Use ucf to install /etc/default/tomcat6 from a template
* Drop CATALINA_BASE and CATALINA_HOME from /etc/default/tomcat6 since we
  shouldn't encourage users to change those anyway

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
 * the application can retrieve what recipients failed by using the <code>getFaultyMembers()</code>
28
28
 * method. This way, an application will always know if a message was delivered successfully or not.
29
29
 * @author Filip Hanik
30
 
 * @version $Revision: 532400 $, $Date: 2007-04-25 18:16:37 +0200 (Mi, 25. Apr 2007) $
 
30
 * @version $Id: ChannelException.java 939515 2010-04-29 23:59:49Z kkolinko $
31
31
 */
32
32
 
33
33
public class ChannelException extends Exception {