Package org.apache.maven.scm.repository
Class ScmRepositoryException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.maven.scm.ScmException
-
- org.apache.maven.scm.repository.ScmRepositoryException
-
- All Implemented Interfaces:
Serializable
public class ScmRepositoryException extends ScmException
- Author:
- Trygve Laugstøl, Olivier Lamy
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ScmRepositoryException(String msg)
ScmRepositoryException(String msg, Throwable cause)
ScmRepositoryException(String msg, List<String> validationMessages)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<String>
getValidationMessages()
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
ScmRepositoryException
public ScmRepositoryException(String msg)
-
ScmRepositoryException
public ScmRepositoryException(String msg, Throwable cause)
-
ScmRepositoryException
public ScmRepositoryException(String msg, List<String> validationMessages)
-
-
Method Detail
-
getValidationMessages
public List<String> getValidationMessages()
-
-