BEA Systems, Inc.

WebLogic Server 6.1 API Reference

weblogic.jms.extensions
Class ConsumerClosedException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--javax.jms.JMSException
                    |
                    +--weblogic.jms.common.JMSException
                          |
                          +--weblogic.jms.extensions.ConsumerClosedException

public class ConsumerClosedException
extends weblogic.jms.common.JMSException

This exception is delivered to the ExceptionListener for a session (if set), when one of its consumer has been closed by the server as a result of a server failure, or administrative intervention.

Author:
Copyright (c) 2000 by BEA Systems, Inc., All Rights Reserved.
Copyright © 2001 BEA Systems, Inc. All Rights Reserved.
See Also:
Serialized Form

Constructor Summary
ConsumerClosedException(javax.jms.MessageConsumer consumer, java.lang.String reason)
          Construct a ConsumerClosedException with reason and errorCode for exception.
ConsumerClosedException(javax.jms.MessageConsumer consumer, java.lang.String reason, java.lang.String errorCode)
          Construct a ConsumerClosedException with reason and errorCode for exception.
 
Method Summary
 javax.jms.MessageConsumer getConsumer()
          Get a reference to the consumer that was closed
 void setConsumer(javax.jms.MessageConsumer consumer)
          Set a reference to the consumer that was closed.
 
Methods inherited from class weblogic.jms.common.JMSException
getLinkedException, printStackTrace, printStackTrace, printStackTrace, setLinkedException, setLinkedThrowable
 
Methods inherited from class javax.jms.JMSException
getErrorCode
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ConsumerClosedException

public ConsumerClosedException(javax.jms.MessageConsumer consumer,
                               java.lang.String reason,
                               java.lang.String errorCode)
Construct a ConsumerClosedException with reason and errorCode for exception.

Parameters:
reason - a description of the exception.
errorCode - a string specifying the vendor specific error code.

ConsumerClosedException

public ConsumerClosedException(javax.jms.MessageConsumer consumer,
                               java.lang.String reason)
Construct a ConsumerClosedException with reason and errorCode for exception.

Parameters:
reason - a description of the exception.
Method Detail

getConsumer

public javax.jms.MessageConsumer getConsumer()
Get a reference to the consumer that was closed

Returns:
a reference to the consumer that was closed

setConsumer

public void setConsumer(javax.jms.MessageConsumer consumer)
Set a reference to the consumer that was closed.

Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs61

WebLogic classes and methods that do not appear in this reference are not public and are not supported.