|
||||||||||
| 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.openanzo.common.exceptions.AnzoRuntimeException
org.openanzo.common.exceptions.TransactionGraphRuntimeException
public class TransactionGraphRuntimeException
Anzo Runtime exception class for the Transaction Graph Error major error codes.
| Constructor Summary | |
|---|---|
TransactionGraphRuntimeException(AnzoException anzoException)
Create a new AnzoException, ensuring major code equals ExceptionConstants.CLIENT.CODES.TRANSACTION_GRAPH_ERROR |
|
TransactionGraphRuntimeException(int errorCode,
int errorSubCode)
Create a new AnzoException, ensuring major code equals ExceptionConstants.CLIENT.CODES.TRANSACTION_GRAPH_ERROR |
|
TransactionGraphRuntimeException(int errorCode,
int errorSubCode,
java.lang.String... args)
Create a new AnzoException, ensuring major code equals ExceptionConstants.CLIENT.CODES.TRANSACTION_GRAPH_ERROR |
|
TransactionGraphRuntimeException(int errorCode,
int errorSubCode,
java.lang.Throwable cause,
java.lang.String... args)
Create a new AnzoException, ensuring major code equals ExceptionConstants.CLIENT.CODES.TRANSACTION_GRAPH_ERROR |
|
TransactionGraphRuntimeException(int errorSubCode,
java.lang.String... args)
Create a new AnzoException, ensuring major code equals ExceptionConstants.CLIENT.CODES.TRANSACTION_GRAPH_ERROR |
|
TransactionGraphRuntimeException(int errorSubCode,
java.lang.Throwable cause,
java.lang.String... args)
Create a new AnzoException, ensuring major code equals ExceptionConstants.CLIENT.CODES.TRANSACTION_GRAPH_ERROR |
|
| Method Summary |
|---|
| Methods inherited from class org.openanzo.common.exceptions.AnzoRuntimeException |
|---|
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 TransactionGraphRuntimeException(int errorSubCode,
java.lang.Throwable cause,
java.lang.String... args)
errorSubCode - Exceptions minor codecause - Cause of exceptionargs - Arguments to exception's error message
public TransactionGraphRuntimeException(int errorSubCode,
java.lang.String... args)
errorSubCode - Exceptions minor codeargs - Arguments to exception's error messagepublic TransactionGraphRuntimeException(AnzoException anzoException)
anzoException - AnzoExceptions cause of exception
public TransactionGraphRuntimeException(int errorCode,
int errorSubCode,
java.lang.String... args)
errorCode - Exceptions error codeerrorSubCode - Exceptions minor codeargs - Arguments to exception's error message
public TransactionGraphRuntimeException(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 TransactionGraphRuntimeException(int errorCode,
int errorSubCode)
errorCode - Exceptions error codeerrorSubCode - Exceptions minor code
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||