org.rhq.core.pc.inventory
Class TimeoutException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.rhq.core.pc.inventory.TimeoutException
All Implemented Interfaces:
Serializable

public class TimeoutException
extends RuntimeException

This exception is thrown when a method invoked on a proxied plugin component times out. If possible, its cause will be set to an Exception containing the stack trace of the plugin component thread that timed out.

Author:
Ian Springer
See Also:
ResourceContainer.createResourceComponentProxy(Class, FacetLockType, long, boolean, boolean), ComponentUtil.getComponent(int, Class, FacetLockType, long, boolean, boolean), Serialized Form

Constructor Summary
TimeoutException(String message)
           
TimeoutException(String message, 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

TimeoutException

public TimeoutException(String message)

TimeoutException

public TimeoutException(String message,
                        Throwable cause)


Copyright © 2008-2012 Red Hat, Inc.. All Rights Reserved.