org.qi4j.api.unitofwork
Class UnitOfWorkException

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
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
EntityCompositeAlreadyExistsException, EntityTypeNotFoundException, NoSuchEntityException

public class UnitOfWorkException
extends RuntimeException

See Also:
Serialized Form

Constructor Summary
UnitOfWorkException()
           
UnitOfWorkException(String message)
           
UnitOfWorkException(String message, Throwable cause)
           
UnitOfWorkException(Throwable cause)
           
 
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

UnitOfWorkException

public UnitOfWorkException()

UnitOfWorkException

public UnitOfWorkException(String message)

UnitOfWorkException

public UnitOfWorkException(String message,
                           Throwable cause)

UnitOfWorkException

public UnitOfWorkException(Throwable cause)