Class CMANotWithEnvironmentsException

  • All Implemented Interfaces:
    java.io.Serializable

    public class CMANotWithEnvironmentsException
    extends java.lang.RuntimeException
    Exception 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.
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • CMANotWithEnvironmentsException

        public CMANotWithEnvironmentsException()
        Please do not use configured environments with specific endpoints.

        For more information on the differences, please compare ModuleApiKeys.fetchAll() and ModuleApiKeys.fetchAll(String) for example.