IBM Branch Transformation Toolkit Javadoc

com.ibm.dse.services.landp
Class RouterErrException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.ibm.dse.services.landp.LandpException
              extended bycom.ibm.dse.services.landp.RouterErrException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
NoLandpException

public class RouterErrException
extends LandpException

See Also:
Serialized Form

Field Summary
 long rrc
           
 
Fields inherited from class java.lang.Exception
 
Constructor Summary
(package private) RouterErrException(CPRB cprb)
          This constructor creates a RouterErrException object.
(package private) RouterErrException(java.lang.String s)
          This constructor creates a RouterErrException object.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

rrc

public long rrc
Constructor Detail

RouterErrException

RouterErrException(CPRB cprb)
This constructor creates a RouterErrException object.

Parameters:
cprb - CPRB - the CPRB used in the call that generated the exception

RouterErrException

RouterErrException(java.lang.String s)
This constructor creates a RouterErrException object.

Parameters:
s - String - the exception message

IBM Branch Transformation Toolkit Javadoc

(c) Copyright IBM Corporation 1998, 2005