net.stepniak.picheese.error.server.exception
Class BadRequestException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by net.stepniak.picheese.error.server.exception.ServerBaseException
                  extended by net.stepniak.picheese.error.server.exception.BadRequestException
All Implemented Interfaces:
Serializable

public class BadRequestException
extends ServerBaseException

Thrown on 400 Bad Request

See Also:
Serialized Form

Constructor Summary
BadRequestException(ServerErrorType error)
           
BadRequestException(ServerErrorType error, Throwable cause)
           
 
Method Summary
 
Methods inherited from class net.stepniak.picheese.error.server.exception.ServerBaseException
getCause, getError, getStatus
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, 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(ServerErrorType error)

BadRequestException

public BadRequestException(ServerErrorType error,
                           Throwable cause)


Copyright © 2013. All Rights Reserved.