Package org.hglteam.config.remote
Class RemoteConfigServiceClient.RemoteConfigFetchException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.hglteam.config.remote.RemoteConfigServiceClient.RemoteConfigFetchException
-
- All Implemented Interfaces:
Serializable
- Enclosing interface:
- RemoteConfigServiceClient
public static class RemoteConfigServiceClient.RemoteConfigFetchException extends RuntimeException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RemoteConfigFetchException(String message, Throwable cause)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Consumer<Throwable>causedBy(String message)static <T> Supplier<T>optionalErrorCausedBy(String message, Throwable cause)-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-