uk.ac.soton.itinnovation.grid.utils
Class PropertyConfigurationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by uk.ac.soton.itinnovation.grid.utils.PropertyConfigurationException
All Implemented Interfaces:
Serializable

public class PropertyConfigurationException
extends Exception

Title: PropertyConfigurationException

Description: General GRID failure message (negative response from an operation)

Copyright: Copyright (c) 2004

Company: IT Innovation

Author:
Ananth Krishna
See Also:
Serialized Form

Constructor Summary
PropertyConfigurationException(String msg)
          Create an exception carrying the failure message
PropertyConfigurationException(String msg, Exception cause)
          Create an exception carrying the failure message
 
Method Summary
 String getMessage()
          Get the message out
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, 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

PropertyConfigurationException

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

Parameters:
msg - The failure message

PropertyConfigurationException

public PropertyConfigurationException(String msg,
                                      Exception 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

getMessage

public String getMessage()
Get the message out

Overrides:
getMessage in class Throwable
Returns:
The failure message


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