com.ibm.mobileservices.isync.midp
Class IndexException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.ibm.mobileservices.isync.midp.IndexException

public class IndexException
extends java.lang.Exception

This class serves as the general class of exceptions produced by the Index class.


Constructor Summary
IndexException()
          Simple constructor.
IndexException(java.lang.String reason)
          Constructor adding reason.
 
Methods inherited from class java.lang.Throwable
getMessage, printStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IndexException

public IndexException()
Simple constructor.


IndexException

public IndexException(java.lang.String reason)
Constructor adding reason.



(c) Copyright IBM Corp. 2001, 2002, 2003. All Rights Reserved.