|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.apache.lucene.gdata.server.ServiceException
public class ServiceException
The ServiceException is used to encapsulate all Exception
throw by underlying layers of the
Service layer.
| Constructor Summary | |
|---|---|
ServiceException(int errorCode)
Constructs a new ServiceException |
|
ServiceException(String arg0,
int errorCode)
Constructs a new ServiceException |
|
ServiceException(String arg0,
Throwable arg1,
int errorCode)
Constructs a new ServiceException |
|
ServiceException(Throwable arg0,
int errorCode)
Constructs a new ServiceException |
|
| Method Summary | |
|---|---|
int |
getErrorCode()
|
| 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 ServiceException(int errorCode)
errorCode - - gdata request error code
public ServiceException(String arg0,
int errorCode)
arg0 - - the exception messageerrorCode - - gdata request error code
public ServiceException(String arg0,
Throwable arg1,
int errorCode)
arg0 - - the exception messagearg1 - - the exception causeerrorCode - - gdata request error code
public ServiceException(Throwable arg0,
int errorCode)
arg0 - - the exception causeerrorCode - - gdata request error code| Method Detail |
|---|
public int getErrorCode()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||