com.atlassian.clover.api.instrumentation
Class ConcurrentInstrumentationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.atlassian.clover.api.CloverException
              extended by com.atlassian.clover.api.registry.CloverRegistryException
                  extended by com.atlassian.clover.api.instrumentation.ConcurrentInstrumentationException
All Implemented Interfaces:
java.io.Serializable

public class ConcurrentInstrumentationException
extends com.atlassian.clover.api.registry.CloverRegistryException

See Also:
Serialized Form

Constructor Summary
ConcurrentInstrumentationException(java.lang.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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ConcurrentInstrumentationException

public ConcurrentInstrumentationException(java.lang.String message)