Put the exception in the trigger and execute the trigger.
add the following code in trigger script
then it will display the complete error message.

when others then
raise_applicati on_error(-20001,'Error '||sqlerrm);...