edu.iris.Fissures
Class Error

java.lang.Object
  extended by edu.iris.Fissures.Error
All Implemented Interfaces:
java.io.Serializable, org.omg.CORBA.portable.IDLEntity

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

See Also:
Serialized Form

Field Summary
 int error_code
           
 java.lang.String error_description
           
 
Constructor Summary
Error()
           
Error(int error_code, java.lang.String error_description)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

error_code

public int error_code

error_description

public java.lang.String error_description
Constructor Detail

Error

public Error()

Error

public Error(int error_code,
             java.lang.String error_description)