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
The base exception for integration backoffice exceptions with localized messages.
- See Also:
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedIntegrationBackofficeException(String message, String... parameters) protectedIntegrationBackofficeException(Throwable throwable, String message, String... parameters) -
Method Summary
Modifier and TypeMethodDescription@NotNull Object[]Returns parameters in the context of this exception.Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
IntegrationBackofficeException
- Parameters:
throwable- The cause of this exceptionmessage- The error message of this exceptionparameters- The error message's parameters.
-
IntegrationBackofficeException
- Parameters:
message- The error message of this exceptionparameters- The error message's parameters.
-
-
Method Details
-
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.
-