public class VcsRootVcsException extends VcsException
Constructor and Description |
---|
VcsRootVcsException(VcsRoot root,
java.lang.String message,
VcsException cause)
creates detailed exception
|
VcsRootVcsException(VcsRoot root,
VcsException cause)
creates an exception
|
Modifier and Type | Method and Description |
---|---|
VcsRoot |
getRoot()
Returns vcs root caused the problem.
|
boolean |
isDetailed() |
isRecoverable, setRecoverable, setRoot
public VcsRootVcsException(@NotNull VcsRoot root, @NotNull java.lang.String message, @NotNull VcsException cause)
root
- associated VcsRootmessage
- exception details infocause
- generic exceptionpublic VcsRootVcsException(@NotNull VcsRoot root, @NotNull VcsException cause)
root
- associated VcsRootcause
- generic exception@NotNull public VcsRoot getRoot()
public boolean isDetailed()
VcsRootVcsException(VcsRoot, String, VcsException)