Class ConcurrentTrsProcessException

  • All Implemented Interfaces:
    Serializable

    public class ConcurrentTrsProcessException
    extends Exception
    Thrown when a TrsProcess cannot be started because another process is still running or pending to conclude/abort.
    Since:
    3.11.0
    See Also:
    Serialized Form
    • Constructor Detail

      • ConcurrentTrsProcessException

        public ConcurrentTrsProcessException​(TrsProcess currentProcess)
    • Method Detail

      • getCurrentProcess

        public TrsProcess getCurrentProcess()