Class AccessInternalRuleExecutionException

    • Constructor Detail

      • AccessInternalRuleExecutionException

        public AccessInternalRuleExecutionException​(java.lang.String message)
      • AccessInternalRuleExecutionException

        public AccessInternalRuleExecutionException​(VitamCode code)
      • AccessInternalRuleExecutionException

        public AccessInternalRuleExecutionException​(java.lang.Throwable cause)
        constructor with throwable
        Parameters:
        cause - cause to associate with the exception
      • AccessInternalRuleExecutionException

        public AccessInternalRuleExecutionException​(java.lang.String message,
                                                    java.lang.Throwable cause)
        constructor with message and throwable
        Parameters:
        message - message to associate with the exception
        cause - cause to associate with the exception
      • AccessInternalRuleExecutionException

        public AccessInternalRuleExecutionException​(java.lang.String message,
                                                    java.lang.Throwable cause,
                                                    boolean enableSuppression,
                                                    boolean writableStackTrace)
        constructor with message throwable enableSuppression and writableStackTrace
        Parameters:
        message - associated message
        cause - associated cause
        enableSuppression - allow suppression or not
        writableStackTrace - allow writable stack trace or not