org.qi4j.api.unitofwork
Class EntityTypeNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.qi4j.api.unitofwork.UnitOfWorkException
                  extended by org.qi4j.api.unitofwork.EntityTypeNotFoundException
All Implemented Interfaces:
Serializable

public class EntityTypeNotFoundException
extends UnitOfWorkException

Qi4j exception to be thrown in case that an entity composite was not found during a lookup call.

See Also:
Serialized Form

Constructor Summary
EntityTypeNotFoundException(String entityType)
           
 
Method Summary
 String compositeType()
           
 String getMessage()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, 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

EntityTypeNotFoundException

public EntityTypeNotFoundException(String entityType)
Method Detail

compositeType

public String compositeType()

getMessage

public String getMessage()
Overrides:
getMessage in class Throwable