classUtils.javassist.sample.evolve
Class CannotUpdateException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by classUtils.javassist.sample.evolve.CannotUpdateException
All Implemented Interfaces:
java.io.Serializable

public class CannotUpdateException
extends java.lang.Exception

Signals that VersionManager.update() fails.

See Also:
Serialized Form

Constructor Summary
CannotUpdateException(java.lang.Exception e)
           
CannotUpdateException(java.lang.String msg)
           
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CannotUpdateException

public CannotUpdateException(java.lang.String msg)

CannotUpdateException

public CannotUpdateException(java.lang.Exception e)