Package org.apache.maven.scm
Class NoSuchCommandScmException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.maven.scm.ScmException
-
- org.apache.maven.scm.NoSuchCommandScmException
-
- All Implemented Interfaces:
java.io.Serializable
public class NoSuchCommandScmException extends ScmException
- Author:
- Trygve Laugstøl
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NoSuchCommandScmException(java.lang.String commandName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getCommandName()
Return the command name.
-