public class ZaDuzoZadan 
extends Exception {
    public ZaDuzoZadan(String komunikat) {
        super(komunikat);
    }
}

