Package one.xingyi.core.marshelling
Class UnexpectedResponse
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- one.xingyi.core.marshelling.UnexpectedResponse
-
- All Implemented Interfaces:
java.io.Serializable
public class UnexpectedResponse extends java.lang.RuntimeException- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description ServiceResponseresponse
-
Constructor Summary
Constructors Constructor Description UnexpectedResponse(java.lang.String message, ServiceResponse response)UnexpectedResponse(ServiceResponse response)
-
-
-
Field Detail
-
response
public final ServiceResponse response
-
-
Constructor Detail
-
UnexpectedResponse
public UnexpectedResponse(ServiceResponse response)
-
UnexpectedResponse
public UnexpectedResponse(java.lang.String message, ServiceResponse response)
-
-