Class EnvironmentNotFoundException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.cloud.config.server.environment.EnvironmentNotFoundException
All Implemented Interfaces:
Serializable

@ResponseStatus(code=NOT_FOUND, reason="Application Not Found") public class EnvironmentNotFoundException extends RuntimeException
Author:
Chidambaram Sundaram
See Also:
  • Constructor Details

    • EnvironmentNotFoundException

      public EnvironmentNotFoundException(String string)