|
||||||||||
| 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.ProxyGraphException
public class ProxyGraphException
Anzo exception class for the CLIENT.CODES.PROXY_GRAPH major error codes.
| 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 |
|---|
public ProxyGraphException(int errorSubCode,
java.lang.String... args)
errorSubCode - Exceptions minor codeargs - Arguments to exception's error message
public ProxyGraphException(int errorCode,
int errorSubCode,
java.lang.String... args)
errorCode - Exceptions error codeerrorSubCode - Exceptions minor codeargs - Arguments to exception's error message
public ProxyGraphException(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 ProxyGraphException(int errorSubCode,
java.lang.Throwable cause,
java.lang.String... args)
cause - Cause of exceptionerrorSubCode - Exceptions minor codeargs - Arguments to exception's error messagepublic ProxyGraphException(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 | |||||||||