org.jboss.envers.exception
Class NotVersionedException

java.lang.Object
  extended by HibernateException
      extended by org.jboss.envers.exception.VersionsException
          extended by org.jboss.envers.exception.NotVersionedException

public class NotVersionedException
extends VersionsException

Author:
Adam Warski (adam at warski dot org)

Constructor Summary
NotVersionedException(java.lang.String entityName, java.lang.String message)
           
 
Method Summary
 java.lang.String getEntityName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NotVersionedException

public NotVersionedException(java.lang.String entityName,
                             java.lang.String message)
Method Detail

getEntityName

public java.lang.String getEntityName()