com.atlassian.crucible.spi.services
Class PatchAnchorFailedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.atlassian.crucible.spi.services.PatchAnchorFailedException
All Implemented Interfaces:
java.io.Serializable

public class PatchAnchorFailedException
extends java.lang.Exception

Thrown when patch cannot be anchored to the repository. Call getAnchorData() to get the data used to perform the failed patch anchoring operation.

See Also:
Serialized Form

Constructor Summary
PatchAnchorFailedException(java.lang.String message, AnchorData anchorData)
           
 
Method Summary
 AnchorData getAnchorData()
           
 
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

PatchAnchorFailedException

public PatchAnchorFailedException(java.lang.String message,
                                  AnchorData anchorData)
Method Detail

getAnchorData

public AnchorData getAnchorData()