Modifier and Type | Class and Description |
---|---|
class |
BadMagicException
When an object is saved to a byte array, its contents are preceded by a "magic number".
|
class |
DomainTableNotFoundException
This exception is generated when the domain table cannot be found.
|
class |
DuplicateEntryException
This exception is generated by the Dispatcher when one of the registration
methods (registerMessage(), etc.) detects a previously existing duplicate
registration.
|
class |
EnvelopeOverflowException
This exception is generated when an attempt is made to add a Message to an
Envelope, and doing so would cause the Envelope to overflow the maximum allowed message size.
|
class |
InvalidFormatException
This exception is generated when a MIB file contains data in an invalid format.
|
class |
NoHandlerException
This exception is generated when no handler (requestHandler(), etc.)
can be found by the Dispatcher to handle a message.
|
class |
NotConnectedException
This exception is generated when registerSecondary() is invoked
before a successful registerPrimary() call.
|
class |
NoTransportException
No transport exists for the operation being attempted.
|
class |
TimeoutException
This exception is thrown by a Manager when the operation being attempted times out.
|
class |
VendorTransportException
When the underlying vendor transport generates an exception, it is caught
and this exception is thrown instead.
|
Constructor and Description |
---|
ObjectQ()
Initial ObjectQ object, which reads in the MIB data files, creating the
tables needed internally.
|