Package com.sodius.oslc.server.trs
Class UnresolvedTrsFunctionalUserException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.sodius.oslc.server.trs.UnresolvedTrsFunctionalUserException
-
- All Implemented Interfaces:
Serializable
public class UnresolvedTrsFunctionalUserException extends Exception
Thrown when mapping the TRS functional identifier to an application user is not possible. Typically, happens after an application user deletion.- Since:
- 3.3.0
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnresolvedTrsFunctionalUserException(String identifier)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getIdentifier()
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-