Package com.saperion.config
Class PrerequisiteUnsatisfiedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.saperion.config.ConfigurationException
-
- com.saperion.config.PrerequisiteUnsatisfiedException
-
- All Implemented Interfaces:
java.io.Serializable
public class PrerequisiteUnsatisfiedException extends ConfigurationException
- Author:
- jsc Date: 17.01.13 Time: 16:19
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PrerequisiteUnsatisfiedException(java.lang.String message)
PrerequisiteUnsatisfiedException(java.lang.String message, java.lang.Exception cause)
-