|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
net.sf.jcopist.service.exception.ServerException
public class ServerException
This exception indicates an internal error on the server side.
| Constructor Summary | |
|---|---|
ServerException(java.lang.String _message)
|
|
| Method Summary | |
|---|---|
int |
getSubmittedCount()
If this exception occurs while submitting an array of jobs, returns the 0-relative index of the first job that could not be submitted. |
void |
setSubmittedCount(int _submittedCount)
Sets the submitted count property. |
| 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 ServerException(java.lang.String _message)
Exception.Exception(java.lang.String)| Method Detail |
|---|
public int getSubmittedCount()
public void setSubmittedCount(int _submittedCount)
_submittedCount - the new value.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||