com.anabas.gxo
Class GXO_MsgTypeUnsupportedException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.anabas.gxo.GXO_Exception
                    |
                    +--com.anabas.gxo.GXO_MessageException
                          |
                          +--com.anabas.gxo.GXO_MsgTypeUnsupportedException

public class GXO_MsgTypeUnsupportedException
extends GXO_MessageException

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

See Also:
Serialized Form

Constructor Summary
GXO_MsgTypeUnsupportedException(int type)
           
 
Method Summary
 long getType()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GXO_MsgTypeUnsupportedException

public GXO_MsgTypeUnsupportedException(int type)
Method Detail

getType

public long getType()