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
-
- Object
- OmniIndexException
- OmniIndexAuthException
Constructors
- OmniIndexAuthException([String message = ''])
-
Constructs a new instance of the
OmniIndexAuthException
class with an optionalmessage
.
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
Overrides the
toString()
method of theOmniIndexException
class and returns the exception message.override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited