Package com.sodius.oslc.server.trs
Defines exceptions that can occur when handling TRS feeds and functional users.
- Since:
- 3.3.0
-
Exception Summary Exception Description ConcurrentTrsProcessException Thrown when aTrsProcesscannot be started because another process is still running or pending to conclude/abort.MissingTrsFeedException Thrown when aTrsFeeddoes not exist.MissingTrsFunctionalUserException Thrown when an operation requires a TRS functional user but none is assigned.TrsFunctionalUserStoreException Thrown when an operation on the TRS functional user fails.UnresolvedTrsFunctionalUserException Thrown when mapping the TRS functional identifier to an application user is not possible.