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

matthew_swift
28.47.2010 cc556edc003e4fb8df13611167fab0d9fd3890f9
opendj-sdk/sdk/src/org/opends/sdk/TimeoutResultException.java
@@ -34,14 +34,13 @@
/**
 * Thrown when the result code returned in a Result indicates that the
 * Request was aborted because it did not complete in the required time
 * out period.
 * Thrown when the result code returned in a Result indicates that the Request
 * was aborted because it did not complete in the required time out period.
 */
@SuppressWarnings("serial")
public class TimeoutResultException extends ErrorResultException
{
  TimeoutResultException(Result result)
  TimeoutResultException(final Result result)
  {
    super(result);
  }