org.openrtk.idl.epp0402
Class epp_Exception
org.omg.CORBA.UserException
org.openrtk.idl.epp0402.epp_Exception
- org.omg.CORBA.portable.IDLEntity
public class epp_Exception
extends org.omg.CORBA.UserException
implements org.omg.CORBA.portable.IDLEntity
Class that acts as a container for any exception thrown if a communication error
occurs with the EPP server or if the EPP server returns an error code.
An EPP response code is considered an error code if the numeric value
is greater than or equal to 2000. Communication errors are not official EPP errors
but the sake of consistency, they have been defined in the RTK with values
in the 2600-2699 range. The error codes and symbolic names for these are defined
in epp_Action.
$Header: /cvsroot/epp-rtk/epp-rtk/java/src/org/openrtk/idl/epp0402/epp_Exception.java,v 1.1 2003/03/21 16:35:39 tubadanm Exp $
$Revision: 1.1 $
$Date: 2003/03/21 16:35:39 $
m_details
public epp_Result[] m_details
The array of error details.
epp_Exception
public epp_Exception()
Empty constructor
epp_Exception
public epp_Exception(epp_Result[] _m_details)
The constructor with initializing variables.
_m_details
- The array of error details
getDetails
public epp_Result[] getDetails()
Accessor method for the array of error details
- The array of error details
setDetails
public void setDetails(epp_Result[] value)
Accessor method for the array of error details
value
- The array of error details
toString
public String toString()
Converts this class into a string.
Typically used to view the object in debug output.
- The string representation of this object instance
Copyright © 2001-2002 - Tucows, Inc., 2003 - LibertyRMS