See: Description
Exception | Description |
---|---|
AlreadyConnectedException |
Thrown when connect is called while there is already an active connection
to AMPS.
|
AMPSException |
Base class for exceptions thrown by the AMPS Java client.
|
AuthenticationException |
Thrown when there was an issue with authentication, caused by incorrect
username or password.
|
BadFilterException |
Thrown when the AMPS server reports that a filter could not be
successfully processed.
|
BadRegexTopicException |
Thrown when the AMPS server reports that the regex provided as the topic
for a subscription or query could not be processed.
|
BadSowKeyException |
Thrown when the AMPS server reports that a filter could not be
successfully processed.
|
CommandException |
Base class for exceptions thrown when an error occurs in an AMPS command.
|
ConnectionException |
Base class for exceptions thrown when AMPS encounters an error with
a connection.
|
ConnectionRefusedException |
Thrown when a connection could not be established.
|
DisconnectedException |
Exception thrown when a connection to AMPS has been lost.
|
DuplicateLogonException |
Thrown when the AMPS server reports that a filter could not be
successfully processed.
|
InvalidBookmarkException |
Thrown when the AMPS server reports that a filter could not be
successfully processed.
|
InvalidMessageTypeException |
Thrown when the AMPS server reports that a command uses an invalid
message type, or the message type was left unspecified for a
connection using the 'amps' protocol.
|
InvalidOptionsException |
Thrown when the AMPS server reports that a filter could not be
successfully processed.
|
InvalidOrderByException |
Thrown when the AMPS server reports that a filter could not be
successfully processed.
|
InvalidProtocolOptionsException |
Throws an exception when invalid protocol options were used in the
URI specification.
|
InvalidSubIdException |
Thrown when the AMPS server reports that a filter could not be
successfully processed.
|
InvalidTopicException |
Thrown when the AMPS server reports that the command requested is not
valid for the topic specified.
|
InvalidTransportOptionsException |
Thrown when invalid transport options are used in the URI specification.
|
InvalidURIException |
Thrown when an invalid URI format is specified.
|
LogonRequiredException |
Thrown when the AMPS server reports that a filter could not be
successfully processed.
|
NameInUseException |
Thrown when an error occurs with the name of a client.
|
NotEntitledException |
Thrown by AMPS Java Client when a user doesn't have permission to logon or
use a specific topic or command.
|
ProtocolException |
Thrown when an error occurs with a Protocol specified by the user.
|
ProtocolNotFoundException |
Thrown when a protocol type could not be found.
|
PublishFilterException |
Thrown when the AMPS server reports that a filter could not be
successfully processed.
|
PublishGapException |
Exception thrown when a publish store (
Store )
is asked to discardUpTo a sequence that is below any in the Store. |
RetryOperationException |
Thrown when an operation needs to be reattempted.
|
StoreException |
Exception thrown when a publish store (
PublishStore )
or bookmark store (BookmarkStore ) experiences some internal error
(such as lack of resources or permissions), or is in an improper state for the requested operation. |
StreamException |
Thrown when AMPS sends an incorrectly formatted message stream.
|
SubidInUseException |
Thrown when the specified subscription ID is already in use for this client.
|
SubscriptionAlreadyExistsException |
Thrown when a client attempts to register a subscription that already exists.
|
TimedOutException |
Thrown when an operation times out before it can be completed.
|
TransportException |
Thrown when an error occurs with a Transport in AMPS.
|
TransportTypeException |
Thrown when an invalid transport type is specified.
|
UnknownException |
Thrown when AMPS reports an error of an unknown type, for example,
when running an older version of the AMPS Java client against a
more recent version of AMPS.
|