Class PhaseExecutionException

  • All Implemented Interfaces:
    java.io.Serializable

    public class PhaseExecutionException
    extends java.lang.Exception
    Describes an error that has occurred during the execution of a phase.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      PhaseExecutionException​(java.lang.String message, java.lang.Throwable throwable)  
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, 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

      • PhaseExecutionException

        public PhaseExecutionException​(java.lang.String message,
                                       java.lang.Throwable throwable)