org.apache.aries.application.management
Class UpdateException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.aries.application.management.UpdateException
All Implemented Interfaces:
Serializable

public class UpdateException
extends Exception

See Also:
Serialized Form

Constructor Summary
UpdateException(String message, Exception e, boolean rolledBack, Exception rollbackException)
           
 
Method Summary
 Exception getRollbackException()
           
 boolean hasRolledBack()
           
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UpdateException

public UpdateException(String message,
                       Exception e,
                       boolean rolledBack,
                       Exception rollbackException)
Method Detail

hasRolledBack

public boolean hasRolledBack()

getRollbackException

public Exception getRollbackException()


Copyright © 2009-2011 The Apache Software Foundation. All Rights Reserved.