Class ScmException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.maven.scm.ScmException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
NoSuchCommandScmException, NoSuchScmProviderException, ScmRepositoryException

public class ScmException extends Exception
Author:
Emmanuel Venisse
See Also:
  • Constructor Details

    • ScmException

      public ScmException(String message)
      Parameters:
      message - the message could be null
    • ScmException

      public ScmException(String message, Throwable cause)
      Parameters:
      message - the message could be null
      cause - the cause could be null