|
||||||||||
| 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.io.IOException
java.rmi.RemoteException
org.apache.axis.AxisFault
org.openanzo.common.exceptions.AnzoAxisFault
public class AnzoAxisFault
Axis fault that encapsulates an AnzoException
| Field Summary |
|---|
| Fields inherited from class java.rmi.RemoteException |
|---|
detail |
| Constructor Summary | |
|---|---|
AnzoAxisFault(AnzoException anzoException)
Create AnzoAxisFault based on errorcodes and arguments within exception |
|
AnzoAxisFault(AnzoRuntimeException runtimeException)
Create AnzoAxisFault based on errorcodes and arguments within exception |
|
AnzoAxisFault(int errorCode,
int errorSubCode,
java.lang.String... errorArgs)
Create new AnzoAxisFault based on provided arguments |
|
| Method Summary |
|---|
| Methods inherited from class org.apache.axis.AxisFault |
|---|
addFaultDetail, addFaultDetail, addFaultDetailString, addFaultSubCode, addFaultSubCodeAsString, addHeader, addHostname, addHostnameIfNeeded, clearFaultDetails, clearFaultSubCodes, clearHeaders, dump, dumpToString, getFaultActor, getFaultCode, getFaultDetails, getFaultNode, getFaultReason, getFaultRole, getFaultString, getFaultSubCodes, getHeaders, lookupFaultDetail, makeFault, output, printStackTrace, printStackTrace, removeFaultDetail, removeHostname, setFaultActor, setFaultCode, setFaultCode, setFaultCodeAsString, setFaultDetail, setFaultDetailString, setFaultNode, setFaultReason, setFaultRole, setFaultString, toString, writeDetails |
| Methods inherited from class java.rmi.RemoteException |
|---|
getCause, getMessage |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, printStackTrace, setStackTrace |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public AnzoAxisFault(int errorCode,
int errorSubCode,
java.lang.String... errorArgs)
errorCode - Major error code for exceptionerrorSubCode - Minor error code for exceptionerrorArgs - Arguments to exceptionpublic AnzoAxisFault(AnzoRuntimeException runtimeException)
runtimeException - AnzoRuntimeException used to create faultpublic AnzoAxisFault(AnzoException anzoException)
anzoException - AnzoException used to create fault
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||