org.exolab.jms.client
Interface JmsErrorCodes


public interface JmsErrorCodes

This interface maintains a list of OpenJMS specific error codes, which may be attached to JMSException exceptions.

The error codes are not portable across providers.

Version:
$Revision: 1.3 $ $Date: 2003/08/17 01:32:21 $
Author:
Jim Alateras

Field Summary
static java.lang.String CONNECTION_TO_SERVER_DROPPED
          This error code is used to indicate that the connection to the server has been dropped
 

Field Detail

CONNECTION_TO_SERVER_DROPPED

public static final java.lang.String CONNECTION_TO_SERVER_DROPPED
This error code is used to indicate that the connection to the server has been dropped


Copyright © 1999-2004 The OpenJMS Group. All Rights Reserved.