package com.example.nto.exception; public class OtherException extends RuntimeException { public OtherException(String message) { super(message); } }