Class AccessException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.lightstreamer.interfaces.metadata.AccessException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ResourceUnavailableException
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 Summary
ConstructorDescriptionAccessException
(String msg) Constructs an AccessException with a supplied error message text. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
AccessException
Constructs an AccessException with a supplied error message text.- Parameters:
msg
- The detail message.
-