Package | Description |
---|---|
com.tangosol.net |
Contains basic cluster interfaces and factories.
|
com.tangosol.net.messaging |
Contains exception classes related to connection error.
|
Modifier and Type | Class and Description |
---|---|
class |
RequestIncompleteException
Signals that a request execution in a distributed environment failed to
complete successfully.
|
class |
RequestPolicyException
Signals that a request was not allowed to complete due to the related service
action being disallowed by the corresponding ActionPolicy.
|
class |
RequestTimeoutException
Signals that a request execution in a distributed environment did not
complete in a pre-determined amount of time.
|
Modifier and Type | Class and Description |
---|---|
class |
ConnectionException
Signals that an underlying communication channel used by a Connection may
have been closed, severed, or become unusable.
|
class |
SuspectConnectionException
Signals that an underlying communication channel used by a Connection may
have been closed, severed, or become unusable because the suspect
protocol has disconnected the client.
|