uk.ac.soton.itinnovation.grid.types
Class GridFailureException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by java.rmi.RemoteException
                  extended by org.apache.axis.AxisFault
                      extended by uk.ac.soton.itinnovation.grid.types.GridFailureException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
AppNotFoundException, InsufficientCreditException, InvalidResourcePropertyQNameFault, MatchRuleNotFoundException, NoSuitableAccountException, ResourceException, ResourceNotDestroyedFault, ResourceUnknownFault

public class GridFailureException
extends AxisFault

An error caused by the client trying to perform an invalid operation. All service errors not caused by an internal error in the service itself throw exceptions of this type. These exceptions include WS-RF Base Fault timestamp and type elements.

See Also:
GridErrorException, Serialized Form

Field Summary
 
Fields inherited from class org.apache.axis.AxisFault
faultActor, faultCode, faultDetails, faultHeaders, faultNode, faultString, faultSubCode
 
Fields inherited from class java.rmi.RemoteException
detail
 
Constructor Summary
GridFailureException(String msg)
          Create an exception carrying the failure message
GridFailureException(String msg, Throwable cause)
          Create an exception carrying the failure message
 
Method Summary
 QName getBaseFaultQName()
           
 
Methods inherited from class org.apache.axis.AxisFault
addFaultDetail, addFaultDetail, addFaultDetailString, addFaultSubCode, addFaultSubCodeAsString, addHeader, addHostname, addHostnameIfNeeded, clearFaultDetails, clearFaultSubCodes, clearHeaders, dump, dumpToString, getFaultActor, getFaultCode, getFaultDetails, getFaultNode, getFaultReason, getFaultRole, getFaultString, getFaultSubCodes, getHeaders, initFaultSubCodes, lookupFaultDetail, makeFault, output, printStackTrace, printStackTrace, removeFaultDetail, removeHostname, setFaultActor, setFaultCode, setFaultCode, setFaultCodeAsString, setFaultDetail, setFaultDetailString, setFaultNode, setFaultReason, setFaultRole, setFaultString, toString, writeDetails
 
Methods inherited from class java.rmi.RemoteException
getCause, getMessage
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GridFailureException

public GridFailureException(String msg)
Create an exception carrying the failure message

Parameters:
msg - The failure message

GridFailureException

public GridFailureException(String msg,
                            Throwable cause)
Create an exception carrying the failure message

Parameters:
msg - The failure message
cause - The error that caused this exception to be thrown
Method Detail

getBaseFaultQName

public QName getBaseFaultQName()


Copyright © 2001-2007 University of Southampton IT Innovation Centre. All Rights Reserved.