|
|||||||||
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 | +--com.novell.service.session.SessionException | +--com.novell.service.session.UnknownKeyException
Thrown when a session cannot return an object for the given key via the getService() method.
Constructor Summary | |
UnknownKeyException(java.lang.String s)
Constructs an UnknownKeyException with the specified detail message. |
|
UnknownKeyException(java.lang.String s,
java.lang.Throwable rootException)
Constructs an UnknownKeyException with the specified detail message and a root-cause exception. |
Methods inherited from class com.novell.service.session.SessionException |
getRootCause,
toString |
Methods inherited from class java.lang.Throwable |
fillInStackTrace,
getLocalizedMessage,
getMessage,
printStackTrace,
printStackTrace,
printStackTrace |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
Constructor Detail |
public UnknownKeyException(java.lang.String s)
s
- The detail message description.public UnknownKeyException(java.lang.String s, java.lang.Throwable rootException)
s
- The detail message description.rootException
- The root-cause exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |