eu.scape_project.watch.utils.exception
Class BadRequestException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by javax.ws.rs.WebApplicationException
                  extended by eu.scape_project.watch.utils.exception.ApiException
                      extended by eu.scape_project.watch.utils.exception.BadRequestException
All Implemented Interfaces:
Serializable

public class BadRequestException
extends ApiException

See Also:
Serialized Form

Constructor Summary
BadRequestException(int code, String msg)
           
 
Method Summary
 
Methods inherited from class javax.ws.rs.WebApplicationException
getResponse
 
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(int code,
                           String msg)


Copyright © 2012 SCAPE. All Rights Reserved.