Class EnvironmentNotFoundException

  • All Implemented Interfaces:
    Serializable

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

      • EnvironmentNotFoundException

        public EnvironmentNotFoundException​(String string)