Class RestApiResponseParseException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.smartgridready.communicator.rest.exception.RestApiResponseParseException
-
- All Implemented Interfaces:
java.io.Serializable
public class RestApiResponseParseException extends java.lang.ExceptionImplements an exception for errors in HTTP responses.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RestApiResponseParseException(java.lang.String message)Constructs a new instance.RestApiResponseParseException(java.lang.String message, java.lang.Throwable cause)Constructs a new instance.
-
-
-
Constructor Detail
-
RestApiResponseParseException
public RestApiResponseParseException(java.lang.String message, java.lang.Throwable cause)Constructs a new instance.- Parameters:
message- the error messagecause- the internal exception
-
RestApiResponseParseException
public RestApiResponseParseException(java.lang.String message)
Constructs a new instance.- Parameters:
message- the error message
-
-