uk.ac.soton.itinnovation.grid.types
Class GridErrorException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
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
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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 messagecause - The error that caused this exception to be thrown
Copyright © 2001-2008 University of Southampton IT Innovation Centre. All Rights Reserved.