Class AccessException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.lightstreamer.interfaces.metadata.AccessException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ResourceUnavailableException

public class AccessException extends Exception
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.