Class GreenhouseNotInitializedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.inhousegreenhouse.ch.backend.exception.GreenhouseNotInitializedException
-
- All Implemented Interfaces:
java.io.Serializable
public class GreenhouseNotInitializedException extends java.lang.Exception
Exception thrown when the greenhouse is not initialized.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GreenhouseNotInitializedException(java.lang.String message)
Constructor.
-