Module jp.ecuacion.splib.web
Package jp.ecuacion.splib.web.exception
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.splib.web.exception.BizLogicRedirectAppException
- All Implemented Interfaces:
Serializable
public class BizLogicRedirectAppException
extends jp.ecuacion.lib.core.exception.checked.SingleAppException
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 Summary
ConstructorsConstructorDescriptionBizLogicRedirectAppException(String redirectPath, String messageId, String... messageArgs) Constructs a new instance. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
BizLogicRedirectAppException
Constructs a new instance.- Parameters:
redirectPath- redirectPathmessageId- messageIdmessageArgs- messageArgs
-
-
Method Details
-
getRedirectPath
-
getMessageId
-
getMessageArgs
-