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.1 $ $Date: 2004/11/26 01:50:40 $
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-2007 The OpenJMS Group. All Rights Reserved.