com.atlassian.clover.api.registry
Class CloverRegistryException

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
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ConcurrentInstrumentationException

public abstract class CloverRegistryException
extends CloverException

See Also:
Serialized Form

Constructor Summary
CloverRegistryException(java.lang.String message)
           
CloverRegistryException(java.lang.String message, java.lang.Throwable t)
           
 
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

CloverRegistryException

public CloverRegistryException(java.lang.String message)

CloverRegistryException

public CloverRegistryException(java.lang.String message,
                               java.lang.Throwable t)