Is there anything like .NET\'s NotImplementedException in Java?
NotImplementedException
Commons Lang has it. Or you could throw an UnsupportedOperationException.