Class IntegrationBackofficeException

    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected IntegrationBackofficeException​(java.lang.String message, java.lang.String... parameters)  
      protected IntegrationBackofficeException​(java.lang.Throwable throwable, java.lang.String message, java.lang.String... parameters)  
    • Method Summary

      All Methods Instance Methods Abstract Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getLocalizedMessage()  
      protected abstract java.lang.String getLocalizedStringKey()
      For each exception that extends this exception, a key must be specified to obtain a localized string from which the localized error message will be built.
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • IntegrationBackofficeException

        protected IntegrationBackofficeException​(java.lang.Throwable throwable,
                                                 java.lang.String message,
                                                 java.lang.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​(java.lang.String message,
                                                 java.lang.String... parameters)
        Parameters:
        message - The error message of this exception
        parameters - The error message's parameters.
    • Method Detail

      • getLocalizedMessage

        public java.lang.String getLocalizedMessage()
        Overrides:
        getLocalizedMessage in class java.lang.Throwable
      • getLocalizedStringKey

        protected abstract java.lang.String getLocalizedStringKey()
        For each exception that extends this exception, a key must be specified to obtain a localized string from which the localized error message will be built.
        Returns:
        the key of the localized string.