Multiple choice technology security

What is the base class for all Security related exceptions in the security API?

  1. SecurityException

  2. EnterpriseException

  3. EnterpriseSecurityException

  4. None of the above

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

EnterpriseSecurityException is the base class for all Security related exceptions in the security API. This class hierarchy allows for structured exception handling, where specific security exceptions can inherit from a common base. It provides a consistent way to catch and handle security-related errors throughout the application.