public class JacobMessages extends MessageBundle
| Constructor and Description |
|---|
JacobMessages() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
msgClientMethodException(java.lang.String methodName,
java.lang.String className)
Error indicating that client-code (i.e. not the VPU kernel) threw an
unexpected exception.
|
java.lang.String |
msgContDeHydrationErr(java.lang.String channel,
java.lang.String name) |
java.lang.String |
msgContHydrationErr(java.lang.String channel,
java.lang.String mlClassName)
Error indicating that a re-hydration of a saved _continuation object could
not be completed.
|
java.lang.String |
msgMethodNotAccessible(java.lang.String methodName,
java.lang.String className)
Internal error indicating that a required client method was not accessible
due to security protections errors.
|
format, format, getKeys, getMessages, getMessages, handleGetObject, todopublic java.lang.String msgClientMethodException(java.lang.String methodName,
java.lang.String className)
methodName - name of offending methodclassName - name of offending class
Method "{0}" in class "{1}" threw an unexpected exception.public java.lang.String msgContDeHydrationErr(java.lang.String channel,
java.lang.String name)
public java.lang.String msgContHydrationErr(java.lang.String channel,
java.lang.String mlClassName)
channel - channel with the dangling _continuationmlClassName - name of de-hydrated ChannelListener objectpublic java.lang.String msgMethodNotAccessible(java.lang.String methodName,
java.lang.String className)