com.anabas.ibus
Class GXO_JMSException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.anabas.gxo.GXO_Exception
                    |
                    +--com.anabas.ibus.GXO_JMSException

public class GXO_JMSException
extends GXO_Exception

Title: Description: Copyright: Copyright (c) 2000 Company:

See Also:
Serialized Form

Constructor Summary
GXO_JMSException(javax.jms.JMSException e)
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GXO_JMSException

public GXO_JMSException(javax.jms.JMSException e)
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Throwable