org.sonatype.gshell.command.registry
Class DuplicateCommandException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.sonatype.gshell.command.CommandException
org.sonatype.gshell.command.registry.DuplicateCommandException
- All Implemented Interfaces:
- Serializable
public class DuplicateCommandException
- extends CommandException
Thrown to indicate a duplicate command registration attempt has failed.
- Since:
- 2.5
- Author:
- Jason Dillon
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
DuplicateCommandException
public DuplicateCommandException(String msg)
Copyright © 2008-2011 Sonatype. All Rights Reserved.