Package org.apache.derby.client.am
Class ClientMessageId
- java.lang.Object
-
- org.apache.derby.client.am.ClientMessageId
-
public class ClientMessageId extends java.lang.Object
A very simple wrapper around a message id. This is needed so that the new constructors for SqlException using message ids don't conflict with the old constructors. Once all messages have been internationalized, we could conceivably get rid of this class.
-
-
Field Summary
Fields Modifier and Type Field Description java.lang.String
msgid
-
Constructor Summary
Constructors Constructor Description ClientMessageId(java.lang.String msgid)
Creates a new instance of MessageId
-