|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.atlassian.crucible.spi.services.PatchAnchorFailedException
public class PatchAnchorFailedException
Thrown when patch cannot be anchored to the repository. Call getAnchorData() to get the data used to perform
the failed patch anchoring operation.
| 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 |
|---|
public PatchAnchorFailedException(java.lang.String message,
AnchorData anchorData)
| Method Detail |
|---|
public AnchorData getAnchorData()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||