Re: Subclassing MimeMessage to override Message-ID
Posted By:
John_Zukowski
Posted On:
Thursday, February 28, 2002 09:12 PM
As the compiler error messages says, there is no constructor that accepts no arguments. You must call super() and pass in an appropriate argument.