org.rhq.core.pc.inventory
Class TimeoutException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
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
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
TimeoutException
public TimeoutException(String message)
TimeoutException
public TimeoutException(String message,
Throwable cause)
Copyright © 2008-2012 Red Hat, Inc.. All Rights Reserved.