com.primix.tapestry.record
Class RollbackException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--com.primix.tapestry.ApplicationRuntimeException
                          |
                          +--com.primix.tapestry.record.RollbackException
All Implemented Interfaces:
java.io.Serializable

public class RollbackException
extends ApplicationRuntimeException

Identifies a failure to rollback a page to a prior state.

Version:
$Id: RollbackException.java,v 1.5 2001/06/25 22:34:42 hship Exp $
Author:
Howard Ship
See Also:
Serialized Form

Constructor Summary
RollbackException(IComponent component, java.lang.String propertyName, java.lang.Object newValue, java.lang.Throwable rootCause)
           
 
Method Summary
 java.lang.String getComponentId()
           
 java.lang.Object getNewValue()
           
 java.lang.String getPropertyName()
           
 
Methods inherited from class com.primix.tapestry.ApplicationRuntimeException
getRootCause
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RollbackException

public RollbackException(IComponent component,
                         java.lang.String propertyName,
                         java.lang.Object newValue,
                         java.lang.Throwable rootCause)
Method Detail

getComponentId

public java.lang.String getComponentId()

getPropertyName

public java.lang.String getPropertyName()

getNewValue

public java.lang.Object getNewValue()