Package org.openiam.exception
Class UserSaveLockedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.openiam.exception.BasicDataServiceException
-
- org.openiam.exception.UserSaveLockedException
-
- All Implemented Interfaces:
Serializable
public class UserSaveLockedException extends BasicDataServiceException
- Author:
- anton.k
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UserSaveLockedException(ResponseCode code, EsbErrorToken esbErrorToken, boolean isCalledByProvisioning)
-
Method Summary
-
Methods inherited from class org.openiam.exception.BasicDataServiceException
addErrorToken, getCode, getErrorTokenList, getOriginalCause, getResponseValue, setCode, toString
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
-
-
-
Constructor Detail
-
UserSaveLockedException
public UserSaveLockedException(ResponseCode code, EsbErrorToken esbErrorToken, boolean isCalledByProvisioning)
-
-