org.openanzo.common.exceptions
Class TransactionGraphRuntimeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.openanzo.common.exceptions.AnzoRuntimeException
                  extended by org.openanzo.common.exceptions.TransactionGraphRuntimeException
All Implemented Interfaces:
java.io.Serializable

public class TransactionGraphRuntimeException
extends AnzoRuntimeException

Anzo Runtime exception class for the Transaction Graph Error major error codes.

Author:
Matthew Roy ( mroy@cambridgesemantics.com )
See Also:
Serialized Form

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

TransactionGraphRuntimeException

public 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

Parameters:
errorSubCode - Exceptions minor code
cause - Cause of exception
args - Arguments to exception's error message

TransactionGraphRuntimeException

public TransactionGraphRuntimeException(int errorSubCode,
                                        java.lang.String... args)
Create a new AnzoException, ensuring major code equals ExceptionConstants.CLIENT.CODES.TRANSACTION_GRAPH_ERROR

Parameters:
errorSubCode - Exceptions minor code
args - Arguments to exception's error message

TransactionGraphRuntimeException

public TransactionGraphRuntimeException(AnzoException anzoException)
Create a new AnzoException, ensuring major code equals ExceptionConstants.CLIENT.CODES.TRANSACTION_GRAPH_ERROR

Parameters:
anzoException - AnzoExceptions cause of exception

TransactionGraphRuntimeException

public TransactionGraphRuntimeException(int errorCode,
                                        int errorSubCode,
                                        java.lang.String... args)
Create a new AnzoException, ensuring major code equals ExceptionConstants.CLIENT.CODES.TRANSACTION_GRAPH_ERROR

Parameters:
errorCode - Exceptions error code
errorSubCode - Exceptions minor code
args - Arguments to exception's error message

TransactionGraphRuntimeException

public 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

Parameters:
errorCode - Exceptions error code
errorSubCode - Exceptions minor code
cause - Cause of exception
args - Arguments to exception's error message

TransactionGraphRuntimeException

public TransactionGraphRuntimeException(int errorCode,
                                        int errorSubCode)
Create a new AnzoException, ensuring major code equals ExceptionConstants.CLIENT.CODES.TRANSACTION_GRAPH_ERROR

Parameters:
errorCode - Exceptions error code
errorSubCode - Exceptions minor code


Copyright © 2007 Cambridge Semantics Inc.. All Rights Reserved.