org.rhq.enterprise.server.configuration
Class ConfigurationUpdateStillInProgressException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.rhq.enterprise.server.configuration.ConfigurationUpdateStillInProgressException
- All Implemented Interfaces:
- Serializable
public class ConfigurationUpdateStillInProgressException
- extends RuntimeException
Thrown if a configuration update history tried to get persisted, but there was already an update currently in
progress. This is was needed to be able to throw a runtime exception but still be able to catch it in a catch clause
while still having it rollback the transaction if it was thrown.
- Author:
- John Mazzitelli
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ConfigurationUpdateStillInProgressException
public ConfigurationUpdateStillInProgressException()
ConfigurationUpdateStillInProgressException
public ConfigurationUpdateStillInProgressException(String message)
Copyright © 2008-2012 Red Hat, Inc.. All Rights Reserved.