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

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
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ContextUnavailableException, InvalidMetadataException

public class GridErrorException
extends RuntimeException

An internal fault in a service (i.e., a problem that is not the fault of the client invoking the service).

See Also:
Serialized Form

Constructor Summary
GridErrorException(String errMsg)
          Create an exception carrying the error message
GridErrorException(String msg, Throwable cause)
          Create an exception carrying the error message
 
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

GridErrorException

public GridErrorException(String errMsg)
Create an exception carrying the error message

Parameters:
errMsg - Describes the error

GridErrorException

public GridErrorException(String msg,
                          Throwable cause)
Create an exception carrying the error message

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


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