Spring Data Commons

org.springframework.data.mapping.model
Class IllegalMappingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.springframework.data.mapping.model.IllegalMappingException
All Implemented Interfaces:
Serializable

public class IllegalMappingException
extends RuntimeException

Thrown when an error occurs reading the mapping between object and datastore

Since:
1.0
Author:
Graeme Rocher
See Also:
Serialized Form

Constructor Summary
IllegalMappingException(String s)
           
IllegalMappingException(String s, Throwable throwable)
           
 
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

IllegalMappingException

public IllegalMappingException(String s,
                               Throwable throwable)

IllegalMappingException

public IllegalMappingException(String s)

Spring Data Commons

Copyright © 2012. All Rights Reserved.