Spring Data Commons

org.springframework.data.crossstore
Class ChangeSetPersister.NotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.springframework.data.crossstore.ChangeSetPersister.NotFoundException
All Implemented Interfaces:
Serializable
Enclosing interface:
ChangeSetPersister<K>

public static class ChangeSetPersister.NotFoundException
extends Exception

Exception thrown in alternate control flow if getPersistentState finds no entity data.

See Also:
Serialized Form

Constructor Summary
ChangeSetPersister.NotFoundException()
           
 
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

ChangeSetPersister.NotFoundException

public ChangeSetPersister.NotFoundException()

Spring Data Commons

Copyright © 2012. All Rights Reserved.