Enterprise Information Portal APIs

com.ibm.gcs.db.util
Class ImplementationException

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

public class ImplementationException
extends NLSRuntimeException

See Also:
Serialized Form

Constructor Summary
ImplementationException()
          ImplementationException : constructor Constructor calls the super class constructor with a "internal implementation error"
ImplementationException(java.lang.String s)
          ImplementationException : constructor This constructor takes a string argument
 
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

ImplementationException

public ImplementationException()
ImplementationException : constructor Constructor calls the super class constructor with a "internal implementation error"

ImplementationException

public ImplementationException(java.lang.String s)
ImplementationException : constructor This constructor takes a string argument
Parameters:
s - is a string object

EIP Web Crawler APIs

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