Enterprise Information Portal APIs

com.ibm.gcs.component
Class OutOfResourceException

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

public class OutOfResourceException
extends NLSRuntimeException

This NLSRuntimeException indicates that the system has run out of some vital resource, such as disk space or memory; it should NOT be caught and should be fatal

See Also:
Serialized Form

Constructor Summary
OutOfResourceException(java.lang.String messageKey)
          (constructor) builds OutOfResourceException with NLS version of messageKey
OutOfResourceException(java.lang.String messageKey, java.lang.Object parameter)
          (constructor) builds OutOfResourceException with NLS version of messageKey and a parameter (or Object[] array of parameters)
OutOfResourceException(java.lang.String messageKey, java.lang.Object parameter1, java.lang.Object parameter2)
          (constructor) builds OutOfResourceException with NLS version of messageKey and two parameters
 
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

OutOfResourceException

public OutOfResourceException(java.lang.String messageKey)
(constructor) builds OutOfResourceException with NLS version of messageKey

OutOfResourceException

public OutOfResourceException(java.lang.String messageKey,
                              java.lang.Object parameter)
(constructor) builds OutOfResourceException with NLS version of messageKey and a parameter (or Object[] array of parameters)

OutOfResourceException

public OutOfResourceException(java.lang.String messageKey,
                              java.lang.Object parameter1,
                              java.lang.Object parameter2)
(constructor) builds OutOfResourceException with NLS version of messageKey and two parameters

EIP Web Crawler APIs

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