Class ComputedInheritedRulesException

  • All Implemented Interfaces:
    java.io.Serializable

    public class ComputedInheritedRulesException
    extends VitamException
    ComputedInheritedRulesException
    See Also:
    Serialized Form
    • Constructor Detail

      • ComputedInheritedRulesException

        public ComputedInheritedRulesException​(java.lang.Throwable cause,
                                               StatusCode statusCode)
        Parameters:
        cause - associated cause
      • ComputedInheritedRulesException

        public ComputedInheritedRulesException​(StatusCode statusCode,
                                               java.lang.String message,
                                               java.lang.Throwable cause)
      • ComputedInheritedRulesException

        public ComputedInheritedRulesException​(java.lang.String message,
                                               java.lang.Throwable cause,
                                               StatusCode statusCode)
      • ComputedInheritedRulesException

        public ComputedInheritedRulesException​(VitamError vitamError,
                                               StatusCode statusCode)
      • ComputedInheritedRulesException

        public ComputedInheritedRulesException​(java.lang.String message,
                                               StatusCode statusCode)
    • Method Detail

      • getStatusCode

        public StatusCode getStatusCode()
      • setStatusCode

        public void setStatusCode​(StatusCode statusCode)