Class TransactionInterruptedException

  • All Implemented Interfaces:
    java.io.Serializable

    public class TransactionInterruptedException
    extends TransactionException
    This exception is thrown when a transactional operation got interrupted via Thread.interrupt
    Author:
    Ludovic Orban
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      TransactionInterruptedException​(java.lang.String message)
      Create a new TransactionInterruptedException
    • Method Summary

      • 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

      • TransactionInterruptedException

        public TransactionInterruptedException​(java.lang.String message)
        Create a new TransactionInterruptedException
        Parameters:
        message - the error message