org.openrdf.workbench.exceptions
Class BadRequestException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by javax.servlet.ServletException
              extended by org.openrdf.workbench.exceptions.BadRequestException
All Implemented Interfaces:
Serializable

public class BadRequestException
extends javax.servlet.ServletException

See Also:
Serialized Form

Constructor Summary
BadRequestException(String message)
           
BadRequestException(String message, Throwable rootCause)
           
 
Method Summary
 
Methods inherited from class javax.servlet.ServletException
getRootCause
 
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(String message,
                           Throwable rootCause)


Copyright © 2001-2008 Aduna. All Rights Reserved.