Multiple choice technology security

What messages does an object of EnterpriseSecurityException class contain?

  1. Log Message which gets logged in the log file and not safe to display to users

  2. User Message which is safe to display to users

  3. Both of the above

  4. 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.