Class ComputedInheritedRulesException

java.lang.Object
java.lang.Throwable
java.lang.Exception
fr.gouv.vitam.common.exception.VitamException
fr.gouv.vitam.worker.core.plugin.computeinheritedrules.exception.ComputedInheritedRulesException
All Implemented Interfaces:
Serializable

public class ComputedInheritedRulesException extends VitamException
ComputedInheritedRulesException
See Also:
  • Constructor Details

    • ComputedInheritedRulesException

      public ComputedInheritedRulesException(Throwable cause, StatusCode statusCode)
      Parameters:
      cause - associated cause
    • ComputedInheritedRulesException

      public ComputedInheritedRulesException(StatusCode statusCode, String message, Throwable cause)
    • ComputedInheritedRulesException

      public ComputedInheritedRulesException(String message, Throwable cause, StatusCode statusCode)
    • ComputedInheritedRulesException

      public ComputedInheritedRulesException(VitamError vitamError, StatusCode statusCode)
    • ComputedInheritedRulesException

      public ComputedInheritedRulesException(String message, StatusCode statusCode)
  • Method Details

    • getStatusCode

      public StatusCode getStatusCode()
    • setStatusCode

      public void setStatusCode(StatusCode statusCode)