com.github.restdriver.serverdriver.http.exception
Class RuntimeMappingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.github.restdriver.serverdriver.http.exception.RuntimeMappingException
- All Implemented Interfaces:
- Serializable
public class RuntimeMappingException
- extends RuntimeException
Exception thrown when HTTP response bodies cannot be mapped to Java Objects as expected.
User: mjg
Date: 25/04/11
Time: 21:56
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
RuntimeMappingException
public RuntimeMappingException(String message,
Exception e)
- Create a new exception.
- Parameters:
message - an explanation of the error.e - The parent exception.
Copyright © 2011. All Rights Reserved.