Class AbortConditionalNGExecutionException

    • Constructor Summary

      Constructors 
      Constructor Description
      AbortConditionalNGExecutionException​(MaleSocket maleSocket, java.lang.Exception e)
      Constructs an instance of AbortConditionalNGExecutionException with a cause exception.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      MaleSocket getMaleSocket()  
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • AbortConditionalNGExecutionException

        public AbortConditionalNGExecutionException​(MaleSocket maleSocket,
                                                    java.lang.Exception e)
        Constructs an instance of AbortConditionalNGExecutionException with a cause exception.
        Parameters:
        maleSocket - the male socket where the exception is thrown
        e - the cause of this exception