org.jboss.envers.exception
Class VersionsException

java.lang.Object
  extended by HibernateException
      extended by org.jboss.envers.exception.VersionsException
Direct Known Subclasses:
NotVersionedException, RevisionDoesNotExistException

public class VersionsException
extends HibernateException

Author:
Adam Warski (adam at warski dot org)

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

VersionsException

public VersionsException(java.lang.String message)

VersionsException

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

VersionsException

public VersionsException(java.lang.Throwable cause)