public class ScmRepositoryException extends ScmException
Constructor and Description |
---|
ScmRepositoryException(String msg) |
ScmRepositoryException(String msg,
List<String> validationMessages) |
ScmRepositoryException(String msg,
Throwable cause) |
Modifier and Type | Method and Description |
---|---|
List<String> |
getValidationMessages() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ScmRepositoryException(String msg)
public ScmRepositoryException(String msg, Throwable cause)
public ScmRepositoryException(String msg, List<String> validationMessages)
public List<String> getValidationMessages()
Copyright © 2003–2021 The Apache Software Foundation. All rights reserved.