Class RepositoryException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.cloud.config.server.environment.RepositoryException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
NoSuchLabelException, NoSuchRepositoryException

public class RepositoryException extends RuntimeException
Author:
Dave Syer
See Also:
  • Constructor Details

    • RepositoryException

      public RepositoryException(String string)
    • RepositoryException

      public RepositoryException(String message, Throwable cause)