org.globus.rendezvous.service.utils
Class FaultUtils

java.lang.Object
  extended byorg.globus.rendezvous.service.utils.FaultUtils

public class FaultUtils
extends Object

Utility class containing static methods for constructing faults.


Field Summary
private static org.globus.util.I18n i18n
           
private static org.apache.commons.logging.Log logger
           
 
Constructor Summary
FaultUtils()
           
 
Method Summary
private static EndpointReferenceType getEndpointReference()
           
static BaseFaultType makeFault(Class faultClass, String description, Exception cause)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

logger

private static org.apache.commons.logging.Log logger

i18n

private static org.globus.util.I18n i18n
Constructor Detail

FaultUtils

public FaultUtils()
Method Detail

makeFault

public static BaseFaultType makeFault(Class faultClass,
                                      String description,
                                      Exception cause)

getEndpointReference

private static EndpointReferenceType getEndpointReference()