Message Oracle PLS-00634 - type with NOT INSTANTIABLE methods must be declared NOT INSTANTIABLE

ERRORtype with NOT INSTANTIABLE methods must be declared NOT INSTANTIABLE
CAUSEThe type being created contains NOT INSTANTIABLE methods, either declared or inherited. The type must be explicitly declared NOT INSTANTIABLE
ACTIONExplicitly specify the NOT INSTANTIABLE keyword or provide implementations for all the NOT INSTANTIABLE methods.