mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

matthew_swift
08.52.2009 460075839833c278f128c1482638767cdc68bfc7
opendj-sdk/sdk/src/org/opends/sdk/schema/UnknownSchemaElementException.java
@@ -29,8 +29,9 @@
import com.sun.opends.sdk.util.LocalizedIllegalArgumentException;
import com.sun.opends.sdk.util.Message;
import org.opends.sdk.LocalizedIllegalArgumentException;
import org.opends.sdk.LocalizableMessage;
@@ -49,7 +50,7 @@
   * @param message
   *          The message that explains the problem that occurred.
   */
  public UnknownSchemaElementException(Message message)
  public UnknownSchemaElementException(LocalizableMessage message)
  {
    super(message);
  }