Package org.opensextant
Class ConfigException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- org.opensextant.ConfigException
-
- All Implemented Interfaces:
java.io.Serializable
public class ConfigException extends java.io.IOException
Generic OpenSextant Configuration Exception- Author:
- ubaldino
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected static long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description ConfigException(java.lang.String msg)
ConfigException(java.lang.String msg, java.lang.Exception cause)
-
-
-
Field Detail
-
serialVersionUID
protected static final long serialVersionUID
- See Also:
- Constant Field Values
-
-