org.unitedfront2.web.flow
Class BadRequestException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.springframework.webflow.core.FlowException
                  extended by org.springframework.webflow.execution.FlowExecutionException
                      extended by org.springframework.webflow.execution.ActionExecutionException
                          extended by org.unitedfront2.web.flow.BadRequestException
All Implemented Interfaces:
Serializable

public class BadRequestException
extends ActionExecutionException

リクエストが不正であった際に発生する例外です。リクエスト不正ページへ遷移します。

Author:
kurokkie
See Also:
Serialized Form

Constructor Summary
BadRequestException(RequestContext context, Action action)
           
BadRequestException(RequestContext context, Action action, String message)
           
BadRequestException(RequestContext context, Action action, String message, Throwable cause)
           
BadRequestException(RequestContext context, Action action, Throwable cause)
           
 
Method Summary
 
Methods inherited from class org.springframework.webflow.execution.FlowExecutionException
getFlowId, getStateId
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, 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

BadRequestException

public BadRequestException(RequestContext context,
                           Action action)

BadRequestException

public BadRequestException(RequestContext context,
                           Action action,
                           Throwable cause)

BadRequestException

public BadRequestException(RequestContext context,
                           Action action,
                           String message)

BadRequestException

public BadRequestException(RequestContext context,
                           Action action,
                           String message,
                           Throwable cause)


Copyright © 2007-2009 www.unitedfront2.org. All Rights Reserved.