uk.ac.soton.itinnovation.grid.gridservit.context
Class ContextUnavailableException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by uk.ac.soton.itinnovation.grid.types.GridErrorException
                  extended by uk.ac.soton.itinnovation.grid.gridservit.context.ContextUnavailableException
All Implemented Interfaces:
Serializable

public class ContextUnavailableException
extends GridErrorException

This exception is the thrown when it is not possible to obtain the context information requested. It is hoped that subclasses will provide clearer distinction as to why. In most cases unavailable context information is a consequence of lacking certain GridServIT extensions / Axis handlers

See Also:
Serialized Form

Constructor Summary
ContextUnavailableException(String userMsg)
           
ContextUnavailableException(String userMsg, Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ContextUnavailableException

public ContextUnavailableException(String userMsg)

ContextUnavailableException

public ContextUnavailableException(String userMsg,
                                   Throwable cause)


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