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
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 Summary
ConstructorsConstructorDescriptionProjectBrokerNotFoundException
(@NotNull UUID id) Constructs a newProjectBrokerNotFoundException
with a detailed message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ProjectBrokerNotFoundException
Constructs a newProjectBrokerNotFoundException
with a detailed message.- Parameters:
id
- the UUID of the project for which the broker was not found.
-