com.github.restdriver.serverdriver.http.exception
Class RuntimeMappingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by 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

Constructor Summary
RuntimeMappingException(String message, Exception e)
          Create a new exception.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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.