org.sonar.batch.index
Class ResourceNotPersistedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.sonar.api.utils.SonarException
                  extended by org.sonar.batch.index.ResourceNotPersistedException
All Implemented Interfaces:
Serializable

public final class ResourceNotPersistedException
extends SonarException

Since:
2.6
See Also:
Serialized Form

Constructor Summary
ResourceNotPersistedException(Resource resource)
           
 
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

ResourceNotPersistedException

public ResourceNotPersistedException(Resource resource)


Copyright © 2009-2012 SonarSource. All Rights Reserved.