|
Oracle Secure Enterprise Search Java API Reference 11g Release 2 (11.2.2.0.0) E23429-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
oracle.search.admin.api.ws.client.CreatableAdminObjectFault
public class CreatableAdminObjectFault
Contains the details of a CreatableAdminObjectFault_Exception, such as the error message and the error code. The details correspond to the soapenv:Fault in the SOAP message.
The following schema fragment specifies the expected SOAP XML for this class:
<complexType name="CreatableAdminObjectFault">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="causeClassName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="causeMessage" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="causeStackTrace" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="errorCode" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="message" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
CreatableAdminObjectFault_Exception| Constructor Summary | |
|---|---|
CreatableAdminObjectFault() |
|
| Method Summary | |
|---|---|
String |
getCauseClassName()Returns the Java class name of the cause exception. |
String |
getCauseMessage()Returns the message of the cause exception. |
String |
getCauseStackTrace()Returns a String representation of the stack trace of the cause exception. |
int |
getErrorCode()Returns the error code. |
String |
getMessage()Returns the error message. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CreatableAdminObjectFault()
| Method Detail |
|---|
public String getCauseClassName()
getName() in java.lang.Class.null if there is no cause exception.public String getCauseMessage()
getMessage() in java.lang.Exception.null if there is no cause exception.public String getCauseStackTrace()
String representation of the stack trace of the cause exception. Corresponds to the value of getStackTrace() in java.lang.Exception. The format of the stack trace is:
className1:methodName1:lineNum1
className2:methodName2:lineNum2
...
String representation of the stack trace, or null if there is no cause exception.public int getErrorCode()
public String getMessage()
|
Oracle Secure Enterprise Search Java API Reference 11g Release 2 (11.2.2.0.0) E23429-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||