Class UnauthorizedAccessException

All Implemented Interfaces:
Serializable

public class UnauthorizedAccessException extends ApplicationException
The class represent an exception that occurs when is executed an access operation without the necessary permissions. It extends ApplicationException
See Also:
  • Constructor Details

    • UnauthorizedAccessException

      public UnauthorizedAccessException(String s)
      Creates the exception with the specified detail message
      Parameters:
      s - The specific detail message of this exception