org.rhq.enterprise.server.core.concurrency
Class LatchedServiceCircularityException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.rhq.enterprise.server.core.concurrency.LatchedServiceException
                  extended by org.rhq.enterprise.server.core.concurrency.LatchedServiceCircularityException
All Implemented Interfaces:
Serializable

public class LatchedServiceCircularityException
extends LatchedServiceException

Author:
Joseph Marques
See Also:
Serialized Form

Constructor Summary
LatchedServiceCircularityException()
           
LatchedServiceCircularityException(String message)
           
LatchedServiceCircularityException(String message, Throwable cause)
           
LatchedServiceCircularityException(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

LatchedServiceCircularityException

public LatchedServiceCircularityException()

LatchedServiceCircularityException

public LatchedServiceCircularityException(String message,
                                          Throwable cause)

LatchedServiceCircularityException

public LatchedServiceCircularityException(String message)

LatchedServiceCircularityException

public LatchedServiceCircularityException(Throwable cause)


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