|
||||||||||
| 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.TransactionGraphException
public class TransactionGraphException
Anzo exception class for the Transaction Graph major error codes.
| Constructor Summary | |
|---|---|
TransactionGraphException(org.apache.axis.AxisFault fault)
Create a new AnzoException based on error codes and arguments in AxisFault |
|
TransactionGraphException(int errorCode,
int errorSubCode,
java.lang.String... args)
Create a new AnzoException, ensuring major code equals the ExceptionConstants.CLIENT.CODES.TRANSACTION_GRAPH_ERROR |
|
TransactionGraphException(int errorCode,
int errorSubCode,
java.lang.Throwable cause,
java.lang.String... args)
Create a new AnzoException, ensuring major code equals the ExceptionConstants.CLIENT.CODES.TRANSACTION_GRAPH_ERROR |
|
TransactionGraphException(int errorSubCode,
java.lang.String... args)
Create a new AnzoException, ensuring major code equals the ExceptionConstants.CLIENT.CODES.TRANSACTION_GRAPH_ERROR |
|
TransactionGraphException(int errorSubCode,
java.lang.Throwable cause,
java.lang.String... args)
Create a new AnzoException, ensuring major code equals the ExceptionConstants.CLIENT.CODES.TRANSACTION_GRAPH_ERROR |
|
| Method Summary |
|---|
| Methods inherited from class org.openanzo.common.exceptions.AnzoException |
|---|
createException, createException, createException, getArgs, getErrorCode, getErrorSubCode, getMessage |
| 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 TransactionGraphException(int errorSubCode,
java.lang.String... args)
errorSubCode - Exceptions minor codeargs - Arguments to exception's error message
public TransactionGraphException(int errorCode,
int errorSubCode,
java.lang.String... args)
errorCode - Exceptions error codeerrorSubCode - Exceptions minor codeargs - Arguments to exception's error message
public TransactionGraphException(int errorCode,
int errorSubCode,
java.lang.Throwable cause,
java.lang.String... args)
errorCode - Exceptions error codeerrorSubCode - Exceptions minor codecause - Cause of exceptionargs - Arguments to exception's error message
public TransactionGraphException(int errorSubCode,
java.lang.Throwable cause,
java.lang.String... args)
errorSubCode - Exceptions minor codecause - Cause of exceptionargs - Arguments to exception's error messagepublic TransactionGraphException(org.apache.axis.AxisFault fault)
fault - cause of exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||