|
AdventNet CLI 2.0 API Specification | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--com.adventnet.cli.config.ConfigException
This class represents an Exception thrown, if any abnormal condition occurs while adding, deleting or running a configuration.
ConfigAPI, Serialized Form| Constructor Summary | |
ConfigException()
Creates a new ConfigException instance. |
|
ConfigException(java.lang.String message)
Creates a new ConfigException instance with the
specified detail message. |
|
| Methods inherited from class java.lang.Throwable |
fillInStackTrace,
getLocalizedMessage,
getMessage,
printStackTrace,
printStackTrace,
printStackTrace,
toString |
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
| Constructor Detail |
public ConfigException()
ConfigException instance.public ConfigException(java.lang.String message)
ConfigException instance with the
specified detail message. A detail message is a String that describes
this particular exception.message - a String value
|
AdventNet CLI 2.0 API Specification | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||