org.apache.derby.client.am
Class ClientMessageId

java.lang.Object
  extended by 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
 java.lang.String msgid
           
 
Constructor Summary
ClientMessageId(java.lang.String msgid)
          Creates a new instance of MessageId
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

msgid

public java.lang.String msgid
Constructor Detail

ClientMessageId

public ClientMessageId(java.lang.String msgid)
Creates a new instance of MessageId


Built on Thu 2012-03-29 21:53:33+0000, from revision ???

Apache Derby V10.6 Internals - Copyright © 2004,2007 The Apache Software Foundation. All Rights Reserved.