Package com.sodius.oslc.server.trs
Class ConcurrentTrsProcessException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.sodius.oslc.server.trs.ConcurrentTrsProcessException
-
- All Implemented Interfaces:
Serializable
public class ConcurrentTrsProcessException extends Exception
Thrown when aTrsProcess
cannot be started because another process is still running or pending to conclude/abort.- Since:
- 3.11.0
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ConcurrentTrsProcessException(TrsProcess currentProcess)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TrsProcess
getCurrentProcess()
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
ConcurrentTrsProcessException
public ConcurrentTrsProcessException(TrsProcess currentProcess)
-
-
Method Detail
-
getCurrentProcess
public TrsProcess getCurrentProcess()
-
-