Package net.sourceforge.javautil.lifecycle

Examples of net.sourceforge.javautil.lifecycle.LifecyclePhaseException


      phase.execute(this.managed);
      this.from = null;
    } catch (Exception e) {
      phase.rollback(this.managed);
      this.fireFailure(phase.getType());
      throw new LifecyclePhaseException(e, this, phase);
    }
    this.fireAfter(phase.getType());
  }
View Full Code Here

TOP

Related Classes of net.sourceforge.javautil.lifecycle.LifecyclePhaseException

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.