Class ProjectBrokerNotFoundException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
de.espirit.firstspirit.modules.multisite.exception.ProjectBrokerNotFoundException
All Implemented Interfaces:
Serializable

public class ProjectBrokerNotFoundException extends RuntimeException
Exception thrown when a SpecialistsBroker for a Project cannot be found.

This runtime exception is used to indicate that an operation could not be completed because the broker for the specified project uuid is missing or not available.

See Also:
  • Constructor Details

    • ProjectBrokerNotFoundException

      public ProjectBrokerNotFoundException(@NotNull @NotNull UUID id)
      Constructs a new ProjectBrokerNotFoundException with a detailed message.
      Parameters:
      id - the UUID of the project for which the broker was not found.