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

matthew_swift
28.47.2010 f2160f4bd1c8ac67e5a86a6710d431e8932877f9
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);
  }