| | |
| | | * |
| | | * |
| | | * Copyright 2008 Sun Microsystems, Inc. |
| | | * Portions copyright 2013 ForgeRock AS. |
| | | * Portions copyright 2013-2014 ForgeRock AS. |
| | | */ |
| | | |
| | | package org.opends.server.util; |
| | | |
| | | import static org.opends.messages.ToolMessages.ERR_BUILDVERSION_NOT_FOUND; |
| | |
| | | BuildVersion.instanceVersion().toString())) |
| | | { |
| | | throw new InitializationException(ERR_BUILDVERSION_MISMATCH.get( |
| | | BuildVersion.binaryVersion().toString(), BuildVersion |
| | | .instanceVersion().toString())); |
| | | BuildVersion.binaryVersion(), BuildVersion.instanceVersion())); |
| | | } |
| | | } |
| | | |