org.intermine.webservice.exceptions
Class NoContentException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.intermine.webservice.exceptions.ServiceException
                  extended by org.intermine.webservice.exceptions.NoContentException
All Implemented Interfaces:
java.io.Serializable

public class NoContentException
extends ServiceException

The NoContentException is thrown by a service when the resource requested exists but has an empty representation.

See Also:
Serialized Form

Constructor Summary
NoContentException(java.lang.String message)
           
NoContentException(java.lang.String message, java.lang.Throwable cause)
           
NoContentException(java.lang.Throwable cause)
           
 
Method Summary
 
Methods inherited from class org.intermine.webservice.exceptions.ServiceException
getHttpErrorCode, getMessage, setHttpErrorCode
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, 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

NoContentException

public NoContentException(java.lang.String message)
Parameters:
message - message

NoContentException

public NoContentException(java.lang.String message,
                          java.lang.Throwable cause)
Parameters:
message - message
cause - cause

NoContentException

public NoContentException(java.lang.Throwable cause)
Parameters:
cause - cause