Class TerminalTimeoutException

  • All Implemented Interfaces:
    java.io.Serializable

    public class TerminalTimeoutException
    extends CardTerminalException
    Thrown when a timeout occured.
    Author:
    Mike Wendler (mwendler@de.ibm.com), Stephan Breideneich (sbreiden@de.ibm.com)
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected int d_interval  
    • Constructor Summary

      Constructors 
      Constructor Description
      TerminalTimeoutException​(java.lang.String msg, int interval)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getTimeoutValue()
      Returns the timeout interval value.
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, 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
    • Field Detail

      • d_interval

        protected int d_interval
    • Constructor Detail

      • TerminalTimeoutException

        public TerminalTimeoutException​(java.lang.String msg,
                                        int interval)
    • Method Detail

      • getTimeoutValue

        public int getTimeoutValue()
        Returns the timeout interval value.