Class LifeCycleException

All Implemented Interfaces:
Serializable

public class LifeCycleException extends NuxeoException
Exception thrown when an attempt is made to follow an incorrect lifecycle transition or to create a document with an incorrect initial lifecycle state
See Also:
  • Constructor Details

    • LifeCycleException

      public LifeCycleException()
    • LifeCycleException

      public LifeCycleException(String message)
    • LifeCycleException

      public LifeCycleException(String message, Throwable cause)
    • LifeCycleException

      public LifeCycleException(Throwable cause)