org.openanzo.common.exceptions
Class ProxyGraphException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.openanzo.common.exceptions.AnzoException
              extended by org.openanzo.common.exceptions.ProxyGraphException
All Implemented Interfaces:
java.io.Serializable

public class ProxyGraphException
extends AnzoException

Anzo exception class for the CLIENT.CODES.PROXY_GRAPH major error codes.

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

Constructor Summary
ProxyGraphException(org.apache.axis.AxisFault fault)
          Create a new AnzoException based on error codes and arguments in AxisFault
ProxyGraphException(int errorCode, int errorSubCode, java.lang.String... args)
          Create a new AnzoException, ensuring major code is type ExceptionConstants.CLIENT.CODES.PROXY_GRAPH errors
ProxyGraphException(int errorCode, int errorSubCode, java.lang.Throwable cause, java.lang.String... args)
          Create a new AnzoException, ensuring major code is type ExceptionConstants.CLIENT.CODES.PROXY_GRAPH errors
ProxyGraphException(int errorSubCode, java.lang.String... args)
          Create a new AnzoException, ensuring major code is type ExceptionConstants.CLIENT.CODES.PROXY_GRAPH errors
ProxyGraphException(int errorSubCode, java.lang.Throwable cause, java.lang.String... args)
          Create a new AnzoException, ensuring major code is type ExceptionConstants.CLIENT.CODES.PROXY_GRAPH errors
 
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

ProxyGraphException

public ProxyGraphException(int errorSubCode,
                           java.lang.String... args)
Create a new AnzoException, ensuring major code is type ExceptionConstants.CLIENT.CODES.PROXY_GRAPH errors

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

ProxyGraphException

public ProxyGraphException(int errorCode,
                           int errorSubCode,
                           java.lang.String... args)
Create a new AnzoException, ensuring major code is type ExceptionConstants.CLIENT.CODES.PROXY_GRAPH errors

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

ProxyGraphException

public ProxyGraphException(int errorCode,
                           int errorSubCode,
                           java.lang.Throwable cause,
                           java.lang.String... args)
Create a new AnzoException, ensuring major code is type ExceptionConstants.CLIENT.CODES.PROXY_GRAPH errors

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

ProxyGraphException

public ProxyGraphException(int errorSubCode,
                           java.lang.Throwable cause,
                           java.lang.String... args)
Create a new AnzoException, ensuring major code is type ExceptionConstants.CLIENT.CODES.PROXY_GRAPH errors

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

ProxyGraphException

public ProxyGraphException(org.apache.axis.AxisFault fault)
Create a new AnzoException based on error codes and arguments in AxisFault

Parameters:
fault - cause of exception


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