Class CommandNotSupportedException

java.lang.Object
java.lang.Throwable
java.lang.Exception
de.hybris.platform.payment.commands.factory.CommandNotSupportedException
All Implemented Interfaces:
Serializable

public class CommandNotSupportedException extends Exception
exception indicate that command is not supported
See Also:
  • Constructor Details

    • CommandNotSupportedException

      public CommandNotSupportedException()
    • CommandNotSupportedException

      public CommandNotSupportedException(String message, Throwable exception)
      Parameters:
      message -
      exception -
    • CommandNotSupportedException

      public CommandNotSupportedException(String message)
      Parameters:
      message -
    • CommandNotSupportedException

      public CommandNotSupportedException(Throwable exception)
      Parameters:
      exception -