Package | Description |
---|---|
net.jini.core.lease |
These are distributed leasing interfaces and classes.
|
net.jini.core.transaction |
These are the transaction abstraction's interfaces and classes.
|
net.jini.core.transaction.server |
These are the default transaction semantics for participant/manager interaction.
|
net.jini.discovery |
These are utility classes and interfaces that conform to the discovery and join
protocol defined in the Jini Discovery and Join Specification.
|
Modifier and Type | Class and Description |
---|---|
class |
LeaseDeniedException
An exception generated when a lease request or renewal is denied.
|
class |
LeaseException
Generic superclass for specific lease exceptions.
|
class |
LeaseMapException
An exception generated when a LeaseMap renewAll or cancelAll call
generates exceptions on one or more leases in the map.
|
class |
UnknownLeaseException
An exception used to indicate that a lease is not known to the grantor
of the lease.
|
Modifier and Type | Class and Description |
---|---|
class |
CannotAbortException
Exception thrown when a transaction cannot abort because it has already
already decided to commit.
|
class |
CannotCommitException
Exception thrown when a transaction cannot commit because it has already
aborted or must now be aborted.
|
class |
CannotJoinException
Exception thrown when a transaction cannot be joined because it is no
longer active.
|
class |
CannotNestException
Exception thrown when an object does not support nested transactions.
|
class |
TimeoutExpiredException
Exception thrown when a transaction timeout has expired.
|
class |
TransactionException
Base class for exceptions thrown during a transaction.
|
class |
UnknownTransactionException
Exception thrown when a transaction is not recognized as a valid
or known transaction.
|
Modifier and Type | Class and Description |
---|---|
class |
CrashCountException
Exception thrown when a transaction cannot be joined because the
participant's current crash count is different from the crash
count the manager received in a previous join by that participant.
|
Modifier and Type | Class and Description |
---|---|
class |
LookupUnmarshalException
When unmarshalling an instance of
MarshalledObject , different
exceptions can occur. |
Copyright © 2016–2018 The Apache Software Foundation. All rights reserved.