Package org.syncany.config
Class ConfigException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.syncany.config.ConfigException
-
- All Implemented Interfaces:
java.io.Serializable
public class ConfigException extends java.lang.Exception
Exception thrown when configuration files are read or written and something is going not as expected.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ConfigException(java.lang.String message)
ConfigException(java.lang.String message, java.lang.Throwable cause)
-
-
-
Constructor Detail
-
ConfigException
public ConfigException(java.lang.String message, java.lang.Throwable cause)
-
ConfigException
public ConfigException(java.lang.String message)
-
-