|
J2ME RMI Profile | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--java.rmi.activation.ActivationException | +--java.rmi.activation.UnknownObjectException
An UnknownObjectException
is thrown by methods of classes and
interfaces in the java.rmi.activation
package when the
ActivationID
parameter to the method is determined to be
invalid. An ActivationID
is invalid if it is not currently
known by the ActivationSystem
. An ActivationID
is obtained by the ActivationSystem.registerObject
method.
An ActivationID
is also obtained during the
Activatable.register
call.
java.rmi.activation.Activatable
,
java.rmi.activation.ActivationGroup
,
ActivationID
,
java.rmi.activation.ActivationMonitor
,
java.rmi.activation.ActivationSystem
,
Activator
, Serialized FormFields inherited from class java.rmi.activation.ActivationException |
detail |
Constructor Summary | |
UnknownObjectException(java.lang.String s)
Constructs an UnknownObjectException with the specified
detail message. |
Methods inherited from class java.rmi.activation.ActivationException |
getMessage,
printStackTrace,
printStackTrace,
printStackTrace |
Methods inherited from class java.lang.Throwable |
fillInStackTrace,
getLocalizedMessage,
toString |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
Constructor Detail |
public UnknownObjectException(java.lang.String s)
UnknownObjectException
with the specified
detail message.s
- the detail message
|
J2ME RMI Profile | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |