org.deegree.enterprise.control
Interface RPCFault

All Known Implementing Classes:
RPCFault_Impl

public interface RPCFault

Version:
$Revision: 1.1 $ $Date: 2003/10/27 09:48:52 $
Author:
Andreas Poth

Method Summary
 java.lang.String getCode()
          returns the code of the fault.
 java.lang.String getFaultString()
          returns a human readable description of the fault.
 

Method Detail

getCode

public java.lang.String getCode()
returns the code of the fault. May be null

Returns:
code of the fault

getFaultString

public java.lang.String getFaultString()
returns a human readable description of the fault. May be null

Returns:
description of the fault