com.google.ads.mediation
Class MediationServerParameters.MappingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.google.ads.mediation.MediationServerParameters.MappingException
All Implemented Interfaces:
Serializable
Enclosing class:
MediationServerParameters

public static class MediationServerParameters.MappingException
extends Exception

Exception thrown when there is an issue mapping fields, usually due to required fields missing or type mismatches.

See Also:
Serialized Form

Constructor Summary
MediationServerParameters.MappingException(String message)
           
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MediationServerParameters.MappingException

public MediationServerParameters.MappingException(String message)