Class BizLogicRedirectAppException

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

public class BizLogicRedirectAppException extends jp.ecuacion.lib.core.exception.checked.AppException
Is an exception extending BizLogicAppException.

This causes redirect to the other page and show error messages in it.
Since the page is transitioned, the error item is not supposed to exist. Therefore this exception doesn't have AppErrorFields.

See Also:
  • Constructor Details

    • BizLogicRedirectAppException

      public BizLogicRedirectAppException(String redirectPath, String messageId, String... messageArgs)
      Constructs a new instance.
      Parameters:
      redirectPath - redirectPath
      messageId - messageId
      messageArgs - messageArgs
  • Method Details

    • getRedirectPath

      public String getRedirectPath()
    • getMessageId

      public String getMessageId()
    • getMessageArgs

      public String[] getMessageArgs()