|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.lucene.gdata.storage.StorageException
org.apache.lucene.gdata.storage.ResourceNotFoundException
public class ResourceNotFoundException
This exception will be thrown if an requested resource of a resource to modify can not be found
| 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 |
|---|
public ResourceNotFoundException()
public ResourceNotFoundException(String message)
message - - the exception message
public ResourceNotFoundException(String message,
Throwable cause)
message - - the exception messagecause - - the root cause of this exceptionpublic ResourceNotFoundException(Throwable cause)
cause - - the root cause of this exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||