Class ServiceException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ArchiveRepositoryFailedException, ArgumentValidationException, AttachmentException, AuthenticationException, AuthenticationRequiredException, AuthorisationException, AutoMergeNotRequestedException, AvatarException, CommandException, CommitIndexingException, DataStoreException, EntityMovedException, EntityOutOfDateException, FeatureDisabledException, FileTranscodingException, ForbiddenException, FormValidationException, HookScriptException, IllegalEntityStateException, IntegrityException, InvalidPasswordResetTokenException, LicenseException, LimitExceededException, MailException, MeshNodeConnectionException, MeshNodeIncompatibleException, MigrationException, NoSuchEntityException, NoSuchResourceException, NoUniqueUserIdentifierException, PageStartOutOfBoundsException, PullRequestMergeVetoedException, RenderException, RepositoryHookVetoedException, RepositoryOperationException, RequestCanceledException, ResourceBusyException, ScmException, ServerException, SigningFailedException, UnsupportedScmTypeException, UserErasureException

public abstract class ServiceException extends RuntimeException
See Also:
  • Constructor Details

    • ServiceException

      public ServiceException(@Nonnull KeyedMessage message)
    • ServiceException

      public ServiceException(@Nonnull KeyedMessage message, @Nullable Throwable cause)
  • Method Details