Class RestClientException.InvalidServiceIdentifier
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
dev.voidframework.restclient.exception.RestClientException
dev.voidframework.restclient.exception.RestClientException.InvalidServiceIdentifier
- All Implemented Interfaces:
Serializable
- Enclosing class:
- RestClientException
Exception indicates that service identifier provided via
RestClient annotation is invalid.- Since:
- 1.9.0
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class dev.voidframework.restclient.exception.RestClientException
RestClientException.CallAdapterProcessingException, RestClientException.InvalidServiceIdentifier -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidServiceIdentifier
Build a new instance.- Since:
- 1.9.0
-