com.dynalivery.harmoni
Class HarmoniEngineAPIError

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.omg.CORBA.UserException
                    |
                    +--com.dynalivery.harmoni.HarmoniEngineAPIError

public final class HarmoniEngineAPIError
extends org.omg.CORBA.UserException
implements org.omg.CORBA.portable.IDLEntity

See Also:
Serialized Form

Field Summary
 int ErrorCode
           
 java.lang.String ErrorText
           
 
Constructor Summary
HarmoniEngineAPIError()
           
HarmoniEngineAPIError(int __ErrorCode, java.lang.String __ErrorText)
           
 
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

ErrorCode

public int ErrorCode

ErrorText

public java.lang.String ErrorText
Constructor Detail

HarmoniEngineAPIError

public HarmoniEngineAPIError()

HarmoniEngineAPIError

public HarmoniEngineAPIError(int __ErrorCode,
                             java.lang.String __ErrorText)