Class LifecycleNotFoundException

  • All Implemented Interfaces:
    java.io.Serializable

    public class LifecycleNotFoundException
    extends java.lang.Exception
    Signals a failure to locate a lifecycle.
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.String lifecycleId  
    • Constructor Summary

      Constructors 
      Constructor Description
      LifecycleNotFoundException​(java.lang.String lifecycleId)
      Creates a new exception to indicate that the specified lifecycle is unknown.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getLifecycleId()
      Gets the identifier of the lifecycle that was not found.
      • 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
    • Field Detail

      • lifecycleId

        private final java.lang.String lifecycleId
    • Constructor Detail

      • LifecycleNotFoundException

        public LifecycleNotFoundException​(java.lang.String lifecycleId)
        Creates a new exception to indicate that the specified lifecycle is unknown.
        Parameters:
        lifecycleId - The identifier of the lifecycle that could not be located, may be null.
    • Method Detail

      • getLifecycleId

        public java.lang.String getLifecycleId()
        Gets the identifier of the lifecycle that was not found.
        Returns:
        The identifier of the lifecycle that was not found, never null.