com.ibm.dse.services.landp
Class InternalErrException

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

public class InternalErrException
extends LandpException

This exception is thrown when the LANDP server returns an undocumented P? 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