Class UserAccessException

All Implemented Interfaces:
Serializable

public class UserAccessException extends IOException
Exception thrown when a user requests some operation to be performed but does not have sufficient privileges.
See Also:
  • Constructor Details

    • UserAccessException

      public UserAccessException()
      Default constructor.
    • UserAccessException

      public UserAccessException(String msg)
      Create a new UserAccessException with the given message.
      Parameters:
      msg - the message explaining what caused the exception.