org.unitedfront2.web
Class BadRequestException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.unitedfront2.web.BadRequestException
All Implemented Interfaces:
Serializable

public class BadRequestException
extends RuntimeException

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

Author:
kurokkie
See Also:
Serialized Form

Constructor Summary
BadRequestException()
           
BadRequestException(String message)
           
BadRequestException(String message, Throwable cause)
           
BadRequestException(Throwable cause)
           
 
Method Summary
 
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()

BadRequestException

public BadRequestException(String message)

BadRequestException

public BadRequestException(Throwable cause)

BadRequestException

public BadRequestException(String message,
                           Throwable cause)


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