Class RepositoryLoadException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.inhousegreenhouse.ch.backend.exception.RepositoryLoadException
-
- All Implemented Interfaces:
java.io.Serializable
public class RepositoryLoadException extends java.lang.Exception
Exception thrown when a repository could not be loaded.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RepositoryLoadException(java.lang.String message)
Constructor.
-