Class EnvironmentException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.cloud.config.server.environment.EnvironmentException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
FailedToConstructEnvironmentException

public class EnvironmentException extends RuntimeException
Author:
Nicolas Homble
See Also:
  • Constructor Details

    • EnvironmentException

      public EnvironmentException(String string)
    • EnvironmentException

      public EnvironmentException(String message, Throwable cause)