org.dspace.app.xmlui.utils
Class BadRequestException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by org.dspace.app.xmlui.utils.BadRequestException
All Implemented Interfaces:
Serializable

public class BadRequestException
extends IOException

Exception thrown in case of bad request syntax Example: invalid/missing parameters, ...

Author:
Kevin Van de Velde (kevin at atmire dot com)
See Also:
Serialized Form

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

BadRequestException

public BadRequestException(Throwable t)

BadRequestException

public BadRequestException(String message,
                           Throwable t)


Copyright © 2012 DuraSpace. All Rights Reserved.