Message Oracle PLS-00659 - constructor method must return SELF AS RESULT

ERRORconstructor method must return SELF AS RESULT
CAUSEThe return clause of the constructor method did not specify SELF AS RESULT.
ACTIONChange the return clause to include RETURN SELF AS RESULT.