OmniIndexAuthException class OmniIndex Exceptions

OmniIndexAuthException extends OmniIndexException

The OmniIndexAuthException Excpetion is a named extension of the base OmniIndexException class

Example Usage:

// Throw excpetion
throw OmniIndexAuthException("Error unknown authentication");
Inheritance

Constructors

OmniIndexAuthException([String message = ''])
Constructs a new instance of the OmniIndexAuthException class with an optional message.

Properties

hashCode int
The hash code for this object.
no setterinherited
message String
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
Overrides the toString() method of the OmniIndexException class and returns the exception message.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited