Class CommandNotSupportedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
de.hybris.platform.payment.commands.factory.CommandNotSupportedException
- All Implemented Interfaces:
Serializable
exception indicate that command is not supported
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCommandNotSupportedException(String message) CommandNotSupportedException(String message, Throwable exception) CommandNotSupportedException(Throwable exception) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CommandNotSupportedException
public CommandNotSupportedException() -
CommandNotSupportedException
- Parameters:
message-exception-
-
CommandNotSupportedException
- Parameters:
message-
-
CommandNotSupportedException
- Parameters:
exception-
-