public class RuntimeExceptionExample { public static void main(String[] args) { throw new UnsupportedOperationException("Operation not supported"); // Lancement d'une exception d'opération non supportée } }