|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
uk.ac.soton.itinnovation.grid.utils.PropertyConfigurationException
public class PropertyConfigurationException
Title: PropertyConfigurationException
Description: General GRID failure message (negative response from an operation)
Copyright: Copyright (c) 2004
Company: IT Innovation
| 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 |
|---|
public PropertyConfigurationException(String msg)
msg - The failure message
public PropertyConfigurationException(String msg,
Exception cause)
msg - The failure messagecause - The error that caused this exception to be thrown| Method Detail |
|---|
public String getMessage()
getMessage in class Throwable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||