org.globus.ogsa.utils
Class FaultHelper

java.lang.Object
  extended byorg.globus.ogsa.utils.FaultHelper

public class FaultHelper
extends java.lang.Object


Constructor Summary
FaultHelper()
           
 
Method Summary
static FaultType makeFault(java.lang.Class exceptionClass)
           
static FaultType makeFault(java.lang.Class exceptionClass, java.lang.Exception exception)
           
static FaultType makeFault(java.lang.Class exceptionClass, GridServiceException exception)
           
static FaultType makeFault(java.lang.Class exceptionClass, java.lang.String debugMessage)
           
static FaultType makeFault(java.lang.Class exceptionClass, java.lang.String debugMessage, java.lang.Exception e)
           
static FaultType makeFault(java.lang.Class exceptionClass, java.lang.String debugMessage, java.lang.Exception exception, ServiceProperties properties)
           
static FaultType makeFault(java.lang.Class exceptionClass, java.lang.String debugMessage, ServiceProperties properties)
           
static FaultType makeFault(GridServiceException exception, ServiceProperties properties)
           
static FaultType makeFault(java.lang.String debugMessage)
           
static FaultType makeFault(java.lang.String debugMessage, java.lang.Exception exception)
           
static FaultType makeFault(java.lang.String debugMessage, java.lang.Exception exception, ServiceProperties properties)
           
static FaultType makeFault(java.lang.String debugMessage, ServiceProperties properties)
           
static FaultType populateFault(FaultType fault, ServiceProperties properties)
           
static java.lang.String toString(FaultType fault)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FaultHelper

public FaultHelper()
Method Detail

makeFault

public static FaultType makeFault(GridServiceException exception,
                                  ServiceProperties properties)

populateFault

public static FaultType populateFault(FaultType fault,
                                      ServiceProperties properties)

makeFault

public static FaultType makeFault(java.lang.Class exceptionClass,
                                  java.lang.String debugMessage,
                                  java.lang.Exception exception,
                                  ServiceProperties properties)

makeFault

public static FaultType makeFault(java.lang.Class exceptionClass,
                                  java.lang.String debugMessage,
                                  java.lang.Exception e)

makeFault

public static FaultType makeFault(java.lang.Class exceptionClass,
                                  java.lang.String debugMessage,
                                  ServiceProperties properties)

makeFault

public static FaultType makeFault(java.lang.Class exceptionClass,
                                  java.lang.String debugMessage)

makeFault

public static FaultType makeFault(java.lang.Class exceptionClass,
                                  java.lang.Exception exception)

makeFault

public static FaultType makeFault(java.lang.Class exceptionClass,
                                  GridServiceException exception)

makeFault

public static FaultType makeFault(java.lang.Class exceptionClass)

makeFault

public static FaultType makeFault(java.lang.String debugMessage,
                                  java.lang.Exception exception,
                                  ServiceProperties properties)

makeFault

public static FaultType makeFault(java.lang.String debugMessage,
                                  java.lang.Exception exception)

makeFault

public static FaultType makeFault(java.lang.String debugMessage,
                                  ServiceProperties properties)

makeFault

public static FaultType makeFault(java.lang.String debugMessage)

toString

public static java.lang.String toString(FaultType fault)


Copyright ? 1999 University of Chicago and The University of Southern California. All Rights Reserved.