IBM Branch Transformation Toolkit Javadoc

com.ibm.dse.services.landp
Class LandpException

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

public class LandpException
extends java.lang.Exception

Superclass for all exceptions generated as a result of a LANDP call with a server or a router error.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.lang.Exception
 
Constructor Summary
(package private) LandpException()
          LandpException constructor.
(package private) LandpException(java.lang.String s)
          LandpException constructor
(package private) LandpException(java.lang.String s, java.lang.Exception e)
          LandpException constructor
 
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
 

Constructor Detail

LandpException

LandpException()
LandpException constructor.


LandpException

LandpException(java.lang.String s)
LandpException constructor

Parameters:
s - String the message attached to the exception

LandpException

LandpException(java.lang.String s,
               java.lang.Exception e)
         throws LandpException
LandpException constructor

Parameters:
s - String - the message attached to the exception

IBM Branch Transformation Toolkit Javadoc

(c) Copyright IBM Corporation 1998, 2005