org.omg.WfBase
Class BaseError

java.lang.Object
  extended byorg.omg.WfBase.BaseError
All Implemented Interfaces:
org.omg.CORBA.portable.IDLEntity, java.io.Serializable

public final class BaseError
extends java.lang.Object
implements org.omg.CORBA.portable.IDLEntity

org/omg/WfBase/BaseError.java . Generated by the IDL-to-Java compiler (portable), version "3.1" from WfBase.idl Friday, May 18, 2007 2:01:14 PM CEST

See Also:
Serialized Form

Field Summary
 int exception_code
           
 org.omg.CORBA.Any exception_object
           
 java.lang.String exception_reason
           
 java.lang.String exception_source
           
 
Constructor Summary
BaseError()
           
BaseError(int _exception_code, java.lang.String _exception_source, org.omg.CORBA.Any _exception_object, java.lang.String _exception_reason)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

exception_code

public int exception_code

exception_source

public java.lang.String exception_source

exception_object

public org.omg.CORBA.Any exception_object

exception_reason

public java.lang.String exception_reason
Constructor Detail

BaseError

public BaseError()

BaseError

public BaseError(int _exception_code,
                 java.lang.String _exception_source,
                 org.omg.CORBA.Any _exception_object,
                 java.lang.String _exception_reason)