Class InvalidTimeoutException

  • All Implemented Interfaces:
    java.io.Serializable

    public class InvalidTimeoutException
    extends TransactionUsageException
    Exception that gets thrown when an invalid timeout is specified, that is, the specified timeout valid is out of range or the transaction manager implementation doesn't support timeouts.
    Since:
    12.05.2003
    Author:
    Juergen Hoeller, graemerocher
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      InvalidTimeoutException​(java.lang.String msg, java.time.Duration timeout)
      Constructor for InvalidTimeoutException.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.time.Duration getTimeout()  
      • 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
    • Constructor Detail

      • InvalidTimeoutException

        public InvalidTimeoutException​(java.lang.String msg,
                                       java.time.Duration timeout)
        Constructor for InvalidTimeoutException.
        Parameters:
        msg - the detail message
        timeout - the invalid timeout value
    • Method Detail

      • getTimeout

        public java.time.Duration getTimeout()
        Returns:
        Return the invalid timeout value.