Class IgnoredException

java.lang.Object
org.awaitility.core.IgnoredException

public class IgnoredException extends Object
  • Field Details

    • throwable

      private final Throwable throwable
    • elapsedTimeInMS

      private final long elapsedTimeInMS
    • remainingTimeInMS

      private final long remainingTimeInMS
    • alias

      private final String alias
  • Constructor Details

    • IgnoredException

      public IgnoredException(Throwable throwable, long elapsedTimeInMS, long remainingTimeInMS, String alias)
  • Method Details

    • getThrowable

      public Throwable getThrowable()
    • getElapsedTimeInMS

      public long getElapsedTimeInMS()
    • getRemainingTimeInMS

      public long getRemainingTimeInMS()
    • getAlias

      public String getAlias()