Skip to main content Skip to footer

Private Sanctions

Private Sanctions are issued when sufficient evidence supports a finding of judicial misconduct. As it deems appropriate, the Commission uses, by order of severity, admonitions, warnings and reprimands to privately sanction judges. If the Commission votes to issue a private sanction, the appropriate order is prepared, and the offending judge is served with the order, and the Complainant is notified of the Commission's action. However, because the Commission is controlled by constitutional and statutory provisions that prohibit the release of information regarding investigation and resolution of a case, no other information regarding the case will be released to the public. Orders of additional education may also be combined with private sanctions.

You may view Private Sanctions by the fiscal year in which they were issued (see menu) or consolidated into a single PDF:

function googleTranslateElementInit() { const el = document.getElementById('google_translate_element'); const alreadyLoaded = window.google?.translate?.TranslateElement; if (el && !el.hasChildNodes() && alreadyLoaded) { console.log('[Translate Init] Injecting widget into #google_translate_element'); new google.translate.TranslateElement({ pageLanguage: 'en' }, 'google_translate_element'); } else { if (!el) console.warn('[Translate Init] #google_translate_element not found'); if (!alreadyLoaded) console.warn('[Translate Init] Translate library not ready'); } } // Run immediately once googleTranslateElementInit(); // Retry gently to catch delayed component rendering let attempts = 0; const interval = setInterval(() => { if (++attempts > 5) return clearInterval(interval); googleTranslateElementInit(); }, 400);