BEA Systems, Inc.

BEA WebLogic Server 9.0 API Reference


weblogic.jms.extensions
Class JMSOrderException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjavax.jms.JMSException
              extended byweblogic.jms.common.JMSException
                  extended byweblogic.jms.extensions.JMSOrderException
All Implemented Interfaces:
Serializable

public class JMSOrderException
extends weblogic.jms.common.JMSException

A JMSOrderException is thrown when the operation cannot meet the requested ordering quality.

This is usually while:

See Also:
JMSException, WLMessageProducer, Serialized Form
Copyright © 2005 BEA Systems, Inc. All Rights Reserved.

Constructor Summary
JMSOrderException(String reason)
           
JMSOrderException(String message, String errorCode)
           
JMSOrderException(String message, Throwable cause)
           
 
Method Summary
 Serializable getMember()
           
 void setMember(Serializable member)
           
 
Methods inherited from class weblogic.jms.common.JMSException
getLinkedException, isInformational, setLinkedException
 
Methods inherited from class javax.jms.JMSException
getErrorCode
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JMSOrderException

public JMSOrderException(String reason)

JMSOrderException

public JMSOrderException(String message,
                         String errorCode)

JMSOrderException

public JMSOrderException(String message,
                         Throwable cause)
Method Detail

getMember

public Serializable getMember()

setMember

public void setMember(Serializable member)

Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs90
Copyright 2005 BEA Systems Inc.