Multiple choice technology security What messages does an object of EnterpriseSecurityException class contain? Log Message which gets logged in the log file and not safe to display to users User Message which is safe to display to users Both of the above None of the above Reveal answer Fill a bubble to check yourself C Correct answer Explanation EnterpriseSecurityException contains two types of messages - a log message for developers/sysadmins that may contain sensitive details, and a user message that is safe for end users. This separation prevents information leakage.