Class BizLogicRedirectAppException

java.lang.Object
java.lang.Throwable
java.lang.Exception
jp.ecuacion.lib.core.exception.checked.AppException
jp.ecuacion.lib.core.exception.checked.SingleAppException
jp.ecuacion.lib.core.exception.checked.BizLogicAppException
jp.ecuacion.splib.web.exception.BizLogicRedirectAppException
All Implemented Interfaces:
Serializable

public class BizLogicRedirectAppException extends jp.ecuacion.lib.core.exception.checked.BizLogicAppException
redirectを行いredirect先でエラーメッセージを表示するために使用するException。 redirect先にはErrorFieldはなし、またwebで使用する前提でありlocaleも不要のため constructorは下記2種類のみとなる。
See Also:
  • Constructor Details

    • BizLogicRedirectAppException

      public BizLogicRedirectAppException(RedirectUrlBean redirectUrlBean, String messageId)
    • BizLogicRedirectAppException

      public BizLogicRedirectAppException(RedirectUrlBean redirectUrlBean, String messageId, String... messageArgs)
  • Method Details