module java.beans.IntrospectionException; import java.lang.all; class IntrospectionException : Exception { this(String mess){ super(mess); } }