org.springframework.datastore.core
Class EntityCreationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.springframework.datastore.core.EntityCreationException
All Implemented Interfaces:
Serializable

public class EntityCreationException
extends RuntimeException

Thrown when there was an error creating an entity

Since:
1.0
See Also:
Serialized Form

Constructor Summary
EntityCreationException(String msg)
           
EntityCreationException(String msg, 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

EntityCreationException

public EntityCreationException(String msg)

EntityCreationException

public EntityCreationException(String msg,
                               Throwable throwable)