Xindice API

org.apache.xindice.client.corba.db
Class APIException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.omg.CORBA.UserException
                    |
                    +--org.apache.xindice.client.corba.db.APIException
All Implemented Interfaces:
org.omg.CORBA.portable.IDLEntity, java.io.Serializable

public final class APIException
extends org.omg.CORBA.UserException

See Also:
Serialized Form

Field Summary
 java.lang.String exceptionMessage
           
 int faultCode
           
 java.lang.String faultMessage
           
 
Constructor Summary
APIException()
           
APIException(int faultCode, java.lang.String faultMessage, java.lang.String exceptionMessage)
           
APIException(java.lang.String orb_reason, int faultCode, java.lang.String faultMessage, java.lang.String exceptionMessage)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

faultCode

public int faultCode

faultMessage

public java.lang.String faultMessage

exceptionMessage

public java.lang.String exceptionMessage
Constructor Detail

APIException

public APIException()

APIException

public APIException(int faultCode,
                    java.lang.String faultMessage,
                    java.lang.String exceptionMessage)

APIException

public APIException(java.lang.String orb_reason,
                    int faultCode,
                    java.lang.String faultMessage,
                    java.lang.String exceptionMessage)

Xindice API

Copyright (c) 1999-2001 The Apache Software Foundation