org.apache.lucene.gdata.storage
Class ResourceNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.apache.lucene.gdata.storage.StorageException
                  extended by org.apache.lucene.gdata.storage.ResourceNotFoundException
All Implemented Interfaces:
Serializable

public class ResourceNotFoundException
extends StorageException

This exception will be thrown if an requested resource of a resource to modify can not be found

Author:
Simon Willnauer
See Also:
Serialized Form

Constructor Summary
ResourceNotFoundException()
          Constructs an empty ResourceNotFoundException
ResourceNotFoundException(String message)
          Constructs a new ResourceNotFoundException with an exception message
ResourceNotFoundException(String message, Throwable cause)
          Constructs a new ResourceNotFoundException with an exception message and a root cause
ResourceNotFoundException(Throwable cause)
          Constructs a new ResourceNotFoundException with a root cause
 
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

ResourceNotFoundException

public ResourceNotFoundException()
Constructs an empty ResourceNotFoundException


ResourceNotFoundException

public ResourceNotFoundException(String message)
Constructs a new ResourceNotFoundException with an exception message

Parameters:
message - - the exception message

ResourceNotFoundException

public ResourceNotFoundException(String message,
                                 Throwable cause)
Constructs a new ResourceNotFoundException with an exception message and a root cause

Parameters:
message - - the exception message
cause - - the root cause of this exception

ResourceNotFoundException

public ResourceNotFoundException(Throwable cause)
Constructs a new ResourceNotFoundException with a root cause

Parameters:
cause - - the root cause of this exception


Copyright © 2000-2008 Apache Software Foundation. All Rights Reserved.