Package io.gravitee.am.service.exception
Class UserInvalidException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.gravitee.am.service.exception.AbstractManagementException
io.gravitee.am.service.exception.UserInvalidException
- All Implemented Interfaces:
Serializable
- Author:
- Titouan COMPIEGNE (titouan.compiegne at graviteesource.com), GraviteeSource Team
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionUserInvalidException(String message) UserInvalidException(String message, Throwable cause) UserInvalidException(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
-
UserInvalidException
public UserInvalidException() -
UserInvalidException
-
UserInvalidException
-
UserInvalidException
-
-
Method Details
-
getHttpStatusCode
public int getHttpStatusCode()- Specified by:
getHttpStatusCodein classAbstractManagementException
-