Package com.contentful.java.cma.model
Class CMANotWithEnvironmentsException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.contentful.java.cma.model.CMANotWithEnvironmentsException
-
- All Implemented Interfaces:
java.io.Serializable
public class CMANotWithEnvironmentsException extends java.lang.RuntimeExceptionException defining the behavioural limits of using configured spaces and environments.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CMANotWithEnvironmentsException()Please do not use configured environments with specific endpoints.
-
-
-
Constructor Detail
-
CMANotWithEnvironmentsException
public CMANotWithEnvironmentsException()
Please do not use configured environments with specific endpoints.For more information on the differences, please compare
ModuleApiKeys.fetchAll()andModuleApiKeys.fetchAll(String)for example.
-
-