Enterprise Information Portal APIs

com.ibm.gcs.component
Class ScheduleException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--com.ibm.gcs.component.NLSRuntimeException
                          |
                          +--com.ibm.gcs.component.ScheduleException
All Implemented Interfaces:
java.io.Serializable

public class ScheduleException
extends NLSRuntimeException

This exception is used by Scheduable classes, such as to indicate that the Crawler is stopping.

See Also:
Serialized Form

Constructor Summary
ScheduleException(java.lang.String messageKey)
          (constructor) with messageKey that will be localized by NLSRuntimeException
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ScheduleException

public ScheduleException(java.lang.String messageKey)
(constructor) with messageKey that will be localized by NLSRuntimeException

EIP Web Crawler APIs

(c) Copyright International Business Machines Corporation 1996, 2002. IBM Corp. All rights reserved.