Is there anything like .NET’s NotImplementedException in Java? September 11, 2022 by Tarik Commons Lang has it. Or you could throw an UnsupportedOperationException.