c25356d5978632df6203437e1953bcb29e0c736fTimo Sirainen * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
f7ec15aefabeb0a17d1f262bc5e9a15e43dfc5adTimo Sirainen * Copyright (c) 1997-2010 Oracle and/or its affiliates. All rights reserved.
185ed0142fbbfb86e7a98519e7c6f11ec00723cdTimo Sirainen * The contents of this file are subject to the terms of either the GNU
185ed0142fbbfb86e7a98519e7c6f11ec00723cdTimo Sirainen * General Public License Version 2 only ("GPL") or the Common Development
aeed83649fbeef2cba51fd909635c4463ee642e7Timo Sirainen * and Distribution License("CDDL") (collectively, the "License"). You
185ed0142fbbfb86e7a98519e7c6f11ec00723cdTimo Sirainen * may not use this file except in compliance with the License. You can
aeed83649fbeef2cba51fd909635c4463ee642e7Timo Sirainen * obtain a copy of the License at
185ed0142fbbfb86e7a98519e7c6f11ec00723cdTimo Sirainen * https://glassfish.dev.java.net/public/CDDL+GPL_1_1.html
185ed0142fbbfb86e7a98519e7c6f11ec00723cdTimo Sirainen * or packager/legal/LICENSE.txt. See the License for the specific
aeed83649fbeef2cba51fd909635c4463ee642e7Timo Sirainen * language governing permissions and limitations under the License.
aeed83649fbeef2cba51fd909635c4463ee642e7Timo Sirainen * When distributing the software, include this License Header Notice in each
aeed83649fbeef2cba51fd909635c4463ee642e7Timo Sirainen * file and include the License file at packager/legal/LICENSE.txt.
ef3ebb56989cb9b1b80edd133a091338e4206836Timo Sirainen * GPL Classpath Exception:
3818c2a96699d09f65b880df6e7962570a387eacTimo Sirainen * Oracle designates this particular file as subject to the "Classpath"
3818c2a96699d09f65b880df6e7962570a387eacTimo Sirainen * exception as provided by Oracle in the GPL Version 2 section of the License
3818c2a96699d09f65b880df6e7962570a387eacTimo Sirainen * file that accompanied this code.
185ed0142fbbfb86e7a98519e7c6f11ec00723cdTimo Sirainen * Modifications:
2767104d81e97a109f0aa9758792bfa1da325a97Timo Sirainen * If applicable, add the following below the License Header, with the fields
2767104d81e97a109f0aa9758792bfa1da325a97Timo Sirainen * enclosed by brackets [] replaced by your own identifying information:
f7ec15aefabeb0a17d1f262bc5e9a15e43dfc5adTimo Sirainen * "Portions Copyright [year] [name of copyright owner]"
6ef7e31619edfaa17ed044b45861d106a86191efTimo Sirainen * Contributor(s):
e015e2f7e7f48874495f9df8b0dd192b7ffcb5ccTimo Sirainen * If you wish your version of this file to be governed by only the CDDL or
59151b71059df1190acd75d8717ed04a7920c862Timo Sirainen * only the GPL Version 2, indicate your decision by adding "[Contributor]
59151b71059df1190acd75d8717ed04a7920c862Timo Sirainen * elects to include this software in this distribution under the [CDDL or GPL
185ed0142fbbfb86e7a98519e7c6f11ec00723cdTimo Sirainen * Version 2] license." If you don't indicate a single choice of license, a
b82e145e384466f60dda7e349505e1092938345fTimo Sirainen * recipient has the option to distribute your version of this file under
185ed0142fbbfb86e7a98519e7c6f11ec00723cdTimo Sirainen * either the CDDL, the GPL Version 2 or to extend the choice of license to
185ed0142fbbfb86e7a98519e7c6f11ec00723cdTimo Sirainen * its licensees as provided above. However, if you add GPL Version 2 code
9d3ccd79130199ffdb19a688027d49bf20a4aaaaTimo Sirainen * and therefore, elected the GPL Version 2 license, then the option applies
9d3ccd79130199ffdb19a688027d49bf20a4aaaaTimo Sirainen * only if the new code is made subject to such option by the copyright
27a44fcfd8d19bffe0f267f20a2b5d3fe7600fddTimo Sirainen * @author John Mani
b82e145e384466f60dda7e349505e1092938345fTimo Sirainenpublic class BadCommandException extends ProtocolException {
f7ec15aefabeb0a17d1f262bc5e9a15e43dfc5adTimo Sirainen private static final long serialVersionUID = 5769722539397237515L;
b82e145e384466f60dda7e349505e1092938345fTimo Sirainen * Constructs an BadCommandException with no detail message.