Package org.iplass.mtp.auth
Class UserExistsException
- All Implemented Interfaces:
Serializable
User作成の際、すでに同一アカウントのユーザーが存在する場合、スローされる例外。
- See Also:
-
Constructor Summary
ConstructorDescriptionUserExistsException
(String message) UserExistsException
(String message, Throwable cause) UserExistsException
(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UserExistsException
public UserExistsException() -
UserExistsException
-
UserExistsException
-
UserExistsException
-