org.intermine.webservice.exceptions
Class ResourceNotFoundException

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.ResourceNotFoundException
All Implemented Interfaces:
java.io.Serializable

public class ResourceNotFoundException
extends ServiceException

The ResourceNotFoundException is thrown by a service provider when an attempt is made to perform an operation upon a resource that cannot be found.

See Also:
Serialized Form

Constructor Summary
ResourceNotFoundException(java.lang.String message)
           
ResourceNotFoundException(java.lang.String message, java.lang.Throwable cause)
           
ResourceNotFoundException(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

ResourceNotFoundException

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

ResourceNotFoundException

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

ResourceNotFoundException

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