Class CommandNotSupportedException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
sonia.scm.repository.api.CommandNotSupportedException
All Implemented Interfaces:
Serializable

public final class CommandNotSupportedException extends RuntimeException
This exception is thrown if the RepositoryService does not support the requested command.
Since:
1.17
See Also:
  • Constructor Details

    • CommandNotSupportedException

      public CommandNotSupportedException(Command command)
    • CommandNotSupportedException

      public CommandNotSupportedException(Command command, String message)
  • Method Details

    • getCommand

      public Command getCommand()
      Returns the command which is not supported.