Class AssistedServiceException

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getAlertClass()
      Returns alert class for usage in storefront.
      java.lang.String getMessageCode()
      Returns message code from message properties.
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, 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
    • Field Detail

      • ASM_ALERT_CUSTOMER

        protected static final java.lang.String ASM_ALERT_CUSTOMER
        See Also:
        Constant Field Values
      • ASM_ALERT_CREDENTIALS

        protected static final java.lang.String ASM_ALERT_CREDENTIALS
        See Also:
        Constant Field Values
    • Constructor Detail

      • AssistedServiceException

        public AssistedServiceException​(java.lang.String message)
      • AssistedServiceException

        public AssistedServiceException​(java.lang.String message,
                                        java.lang.Throwable t)
    • Method Detail

      • getMessageCode

        public java.lang.String getMessageCode()
        Returns message code from message properties.
      • getAlertClass

        public java.lang.String getAlertClass()
        Returns alert class for usage in storefront.