Class InvalidUserException
java.lang.Object
java.lang.Throwable
java.lang.Exception
de.kaiserpfalzedv.commons.api.BaseException
de.kaiserpfalzedv.commons.api.user.InvalidUserException
- All Implemented Interfaces:
Serializable
InvalidUserException -- The user has no data set.
- Since:
- 2.0.0 2021-05-24
- Author:
- klenkes74 <rlichti@kaiserpfalz-edv.de>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class de.kaiserpfalzedv.commons.api.BaseException
getUuid, toString
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
InvalidUserException
The user data is invalid. No spec is defined.- Parameters:
user
- The invalid user
-