Class AccessException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ResourceUnavailableException

public class AccessException extends MetadataException
Thrown by the Notify* methods in MetadataProvider if the supplied User is not recognized or a functionality is not implemented for this User.
See Also:
  • Constructor Details

    • AccessException

      public AccessException(@Nullable String msg)
      Constructs an AccessException with a supplied error message text.
      Parameters:
      msg - The detail message.