|
||||||||||
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
public class StorageException
The StorageException will be throw if any error or exception inside the storage implementation occures. This exception hides all other exceptions from inside the storage.
Constructor Summary | |
---|---|
StorageException()
Constructs a new StorageException |
|
StorageException(String message)
Constructs a new StorageException |
|
StorageException(String message,
Throwable cause)
Constructs a new StorageException |
|
StorageException(Throwable cause)
Constructs a new StorageException |
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 StorageException()
public StorageException(String message)
message
- -
the exception messagepublic StorageException(String message, Throwable cause)
message
- -
the exception messagecause
- -
the root cause of this exceptionpublic StorageException(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 |