|
||||||||||
| 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.openanzo.common.exceptions.AnzoException
org.openanzo.common.exceptions.UpdateServerException
public class UpdateServerException
Anzo exception class for the Update Server major error codes.
| Constructor Summary | |
|---|---|
UpdateServerException(ITransaction[] transations,
java.util.List<AnzoException>[] errors)
Create new UpdateServerException with given transactions and errors |
|
| Method Summary | |
|---|---|
java.util.List<AnzoException>[] |
getErrors()
Get the set of errors that occurred executing the set of transactions on the server |
java.lang.String |
getMessage()
Return the error message for this exception. |
ITransaction[] |
getTransactions()
Get the set of transactions that were being executed on the server |
| Methods inherited from class org.openanzo.common.exceptions.AnzoException |
|---|
createException, createException, createException, getArgs, getErrorCode, getErrorSubCode |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public UpdateServerException(ITransaction[] transations,
java.util.List<AnzoException>[] errors)
transations - Array of transactions that were being executed on the servererrors - Array of errors that occurred for the corresponding transactions| Method Detail |
|---|
public java.util.List<AnzoException>[] getErrors()
public ITransaction[] getTransactions()
public java.lang.String getMessage()
AnzoException
getMessage in class AnzoException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||