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

matthew_swift
04.49.2009 9fdb95ca9c3c8e3524845760b81a85c7a4c81a45
sdk/src/org/opends/sdk/ConnectionException.java
@@ -30,9 +30,10 @@
import org.opends.sdk.responses.Result;
/**
 * Created by IntelliJ IDEA. User: boli Date: Dec 1, 2009 Time: 2:31:58 PM To
 * change this template use File | Settings | File Templates.
 * Thrown when the result code returned in a Result indicates that the
 * Request was unsuccessful because of a connection failure.
 */
@SuppressWarnings("serial")
public class ConnectionException extends ErrorResultException {
  public ConnectionException(Result result) {
    super(result);