uk.ac.soton.itinnovation.grid.service.types
Class AppNotFoundException

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
                          extended by uk.ac.soton.itinnovation.grid.service.types.AppNotFoundException
All Implemented Interfaces:
Serializable

public class AppNotFoundException
extends GridFailureException

See Also:
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
AppNotFoundException(String uri)
           
AppNotFoundException(String uri, Exception e)
           
 
Method Summary
 String getUri()
          Returns the URI of the application that could not be found.
 
Methods inherited from class uk.ac.soton.itinnovation.grid.types.GridFailureException
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

AppNotFoundException

public AppNotFoundException(String uri)

AppNotFoundException

public AppNotFoundException(String uri,
                            Exception e)
Method Detail

getUri

public String getUri()
Returns the URI of the application that could not be found.



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