Class RestClientException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
dev.voidframework.restclient.exception.RestClientException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
RestClientException.CallAdapterProcessingException, RestClientException.InvalidServiceIdentifier

public class RestClientException extends RuntimeException
All exceptions related to REST Client feature are subclasses of RestClientException.
Since:
1.9.0
See Also:
  • Constructor Details

    • RestClientException

      protected RestClientException(String message, Throwable cause)
      Build a new instance.
      Parameters:
      message - The detail message
      cause - The root cause
      Since:
      1.9.0
    • RestClientException

      protected RestClientException(String message)
      Build a new instance.
      Parameters:
      message - The detail message
      Since:
      1.9.0