Class NoSuchResourceException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.springframework.cloud.config.server.resource.NoSuchResourceException
-
- All Implemented Interfaces:
Serializable
public class NoSuchResourceException extends RuntimeException
- Author:
- Dave Syer
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NoSuchResourceException(String string)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
NoSuchResourceException
public NoSuchResourceException(String string)
-
-