Package sonia.scm.repository.api
Class CommandNotSupportedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
sonia.scm.repository.api.CommandNotSupportedException
- All Implemented Interfaces:
Serializable
This exception is thrown if the
RepositoryService
does not support
the requested command.- Since:
- 1.17
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCommandNotSupportedException
(Command command) CommandNotSupportedException
(Command command, String message) -
Method Summary
Modifier and TypeMethodDescriptionReturns the command which is not supported.Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CommandNotSupportedException
-
CommandNotSupportedException
-
-
Method Details
-
getCommand
Returns the command which is not supported.
-