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

public abstract class AbstractManagementException extends RuntimeException
Author:
David BRASSELY (david.brassely at graviteesource.com), GraviteeSource Team
See Also:
  • Constructor Details

    • AbstractManagementException

      protected AbstractManagementException()
      Constructor.
    • AbstractManagementException

      protected AbstractManagementException(Throwable cause)
      Constructor.
      Parameters:
      cause - the exception cause
    • AbstractManagementException

      protected AbstractManagementException(String message)
      Constructor.
      Parameters:
      message - the exception message
    • AbstractManagementException

      protected AbstractManagementException(String message, Throwable cause)
      Constructor.
      Parameters:
      message - the exception message
      cause - the exception cause
  • Method Details

    • getHttpStatusCode

      public abstract int getHttpStatusCode()