com.ibm.dse.services.landp
Class RouterErrException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.ibm.dse.services.landp.LandpException
                    |
                    +--com.ibm.dse.services.landp.RouterErrException
Direct Known Subclasses:
NoLandpException

public class RouterErrException
extends LandpException

This exception is generated if a router error is returned in any LANDP call.

See Also:
Serialized Form

Field Summary
 long rrc
           
 
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
 

Field Detail

rrc

public long rrc