org.rhq.enterprise.server.configuration
Class ConfigurationUpdateStillInProgressException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by 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

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

ConfigurationUpdateStillInProgressException

public ConfigurationUpdateStillInProgressException()

ConfigurationUpdateStillInProgressException

public ConfigurationUpdateStillInProgressException(String message)


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