TYPE cx_class $[EXPORTING p1 = a1 p2 = a2 ...$] Specifies the exception class of the exception object.
MESSAGE Passes the specification of a message to the exception object.
EXPORTING p1 = a1 p2 = a2 ... Passes actual parameters a1, a2, ... to the input parameters p1, p2, ... of the instance constructor of the exception object.
oref Uses an existing exception object, pointed to by oref. the exception object.
oref Uses an existing exception object, pointed to by oref.