Package io.gravitee.am.service.exception
Class AbstractManagementException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.gravitee.am.service.exception.AbstractManagementException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
AbstractNotFoundException,ApplicationAlreadyExistsException,BotDetectedException,BotDetectionUsedException,CertificateWithApplicationsException,ClientAlreadyExistsException,CredentialCurrentlyUsedException,DefaultRoleUpdateException,DeviceIdentifierUsedException,DictionaryAlreadyExistsException,DomainAlreadyExistsException,DynamicClientRegistrationException,EmailAlreadyExistsException,EmailFormatInvalidException,ExtensionGrantAlreadyExistsException,ExtensionGrantWithApplicationsException,FactorAlreadyExistsException,FactorConfigurationException,FactorWithApplicationsException,FormAlreadyExistsException,GroupAlreadyExistsException,IdentityProviderWithApplicationsException,InvalidApplicationException,InvalidDomainException,InvalidEntrypointException,InvalidGroupException,InvalidParameterException,InvalidPathException,InvalidRoleException,InvalidThemeException,InvalidUserException,InvalidVirtualHostException,InvalidWebAuthnConfigurationException,MalformedIconUriException,MemberAlreadyExistsException,MemberNotFoundException,MFAValidationAttemptException,MissingScopeException,NotImplementedException,PasswordHistoryException,PluginNotDeployedException,RateLimitException,ReporterConfigurationException,RoleAlreadyExistsException,ScopeAlreadyExistsException,SinglePrimaryOwnerException,SystemRoleDeleteException,SystemRoleUpdateException,SystemScopeDeleteException,TagAlreadyExistsException,TechnicalManagementException,ThemeAlreadyExistsException,ThemeInvalidException,UserAlreadyExistsException,UserAlreadyVerifiedException,UserInvalidException
- Author:
- David BRASSELY (david.brassely at graviteesource.com), GraviteeSource Team
- See Also:
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor.protectedAbstractManagementException(String message) Constructor.protectedAbstractManagementException(String message, Throwable cause) Constructor.protectedConstructor. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
AbstractManagementException
protected AbstractManagementException()Constructor. -
AbstractManagementException
Constructor.- Parameters:
cause- the exception cause
-
AbstractManagementException
Constructor.- Parameters:
message- the exception message
-
AbstractManagementException
Constructor.- Parameters:
message- the exception messagecause- the exception cause
-
-
Method Details
-
getHttpStatusCode
public abstract int getHttpStatusCode()
-