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 message)
           
NotVersionedException(java.lang.String message, java.lang.Throwable cause)
           
NotVersionedException(java.lang.Throwable cause)
           
 
Method Summary
 
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 message)

NotVersionedException

public NotVersionedException(java.lang.String message,
                             java.lang.Throwable cause)

NotVersionedException

public NotVersionedException(java.lang.Throwable cause)