Class CommandNotSupportedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- de.hybris.platform.payment.commands.factory.CommandNotSupportedException
-
- All Implemented Interfaces:
java.io.Serializable
public class CommandNotSupportedException extends java.lang.Exceptionexception indicate that command is not supported- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CommandNotSupportedException()CommandNotSupportedException(java.lang.String message)CommandNotSupportedException(java.lang.String message, java.lang.Throwable exception)CommandNotSupportedException(java.lang.Throwable exception)
-
-
-
Constructor Detail
-
CommandNotSupportedException
public CommandNotSupportedException()
-
CommandNotSupportedException
public CommandNotSupportedException(java.lang.String message, java.lang.Throwable exception)- Parameters:
message-exception-
-
CommandNotSupportedException
public CommandNotSupportedException(java.lang.String message)
- Parameters:
message-
-
CommandNotSupportedException
public CommandNotSupportedException(java.lang.Throwable exception)
- Parameters:
exception-
-
-