com.ibm.dse.services.landp
Class DeviceErrException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.ibm.dse.services.landp.LandpException
                    |
                    +--com.ibm.dse.services.landp.DeviceErrException

public class DeviceErrException
extends LandpException

This exception is thrown when the LANDP server returns a U? return code.

See Also:
Serialized Form

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

src

public long src