Class IntegrationBackofficeException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
de.hybris.platform.integrationbackoffice.exceptions.IntegrationBackofficeException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ExportConfigurationEntityNotSelectedException, ExportConfigurationModelNotFoundException, ModelingAbstractAttributeAutoCreateOrPartOfException

public abstract class IntegrationBackofficeException extends RuntimeException
The base exception for integration backoffice exceptions with localized messages.
See Also:
  • Constructor Details

    • IntegrationBackofficeException

      protected IntegrationBackofficeException(Throwable throwable, String message, String... parameters)
      Parameters:
      throwable - The cause of this exception
      message - The error message of this exception
      parameters - The error message's parameters.
    • IntegrationBackofficeException

      protected IntegrationBackofficeException(String message, String... parameters)
      Parameters:
      message - The error message of this exception
      parameters - The error message's parameters.
  • Method Details

    • getParameters

      @NotNull public @NotNull Object[] getParameters()
      Returns parameters in the context of this exception. Each subclass can specify its own parameters that will be used for making localized messages.
      Returns:
      parameters associated with this exception or an empty array, if there are no parameters.