Class WizardConfirmationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
de.hybris.platform.cockpit.wizards.exception.WizardConfirmationException
All Implemented Interfaces:
Serializable

public class WizardConfirmationException extends RuntimeException
This is an exception that can be thrown during wizard confirmation.

Note:
All exceptions that occur during confirmation are wrapped to this exception. This is run time exception so it doesn't have to be handled.

See Also:
  • Constructor Details

    • WizardConfirmationException

      public WizardConfirmationException()
    • WizardConfirmationException

      public WizardConfirmationException(Throwable exception)
  • Method Details

    • getFrontendeLocalizedMessage

      public String getFrontendeLocalizedMessage()
      Returns:
      the frontendeLocalizedMessage
    • setFrontendeLocalizedMessage

      public void setFrontendeLocalizedMessage(String frontendeLocalizedMessage)
      Parameters:
      frontendeLocalizedMessage - the frontendeLocalizedMessage to set