Package com.attivio.service
Class NoDeployedProjectException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.attivio.service.NoDeployedProjectException
-
- All Implemented Interfaces:
java.io.Serializable
public class NoDeployedProjectException extends java.lang.RuntimeException
PLAT-39471 - Should not be able to get project level services if the project was not deployed unless the curator framework builder allow it explicitly (for the test environment).- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NoDeployedProjectException(java.lang.String msg)
-