com.ibm.adt.topology.util
Class TopologyComparatorException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.ibm.adt.topology.util.TopologyComparatorException
All Implemented Interfaces:
java.io.Serializable

public class TopologyComparatorException
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
TopologyComparatorException()
           
TopologyComparatorException(java.lang.String message)
           
TopologyComparatorException(java.lang.String message, java.lang.Throwable cause)
           
TopologyComparatorException(java.lang.Throwable cause)
           
 
Method Summary
 
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

TopologyComparatorException

public TopologyComparatorException()

TopologyComparatorException

public TopologyComparatorException(java.lang.String message)
Parameters:
message -

TopologyComparatorException

public TopologyComparatorException(java.lang.String message,
                                   java.lang.Throwable cause)
Parameters:
message -
cause -

TopologyComparatorException

public TopologyComparatorException(java.lang.Throwable cause)
Parameters:
cause -


© Copyright 2006 IBM Corp. 2006 All Rights Reserved