Uses of Enum Class
io.helidon.messaging.MessagingRejectedException.Reason
Packages that use MessagingRejectedException.Reason
-
Uses of MessagingRejectedException.Reason in io.helidon.messaging
Subclasses with type arguments of type MessagingRejectedException.Reason in io.helidon.messagingModifier and TypeClassDescriptionstatic enumAdmission rejection reason.Methods in io.helidon.messaging that return MessagingRejectedException.ReasonModifier and TypeMethodDescriptionMessagingRejectedException.reason()Rejection reason.Returns the enum constant of this class with the specified name.static MessagingRejectedException.Reason[]MessagingRejectedException.Reason.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in io.helidon.messaging with parameters of type MessagingRejectedException.ReasonModifierConstructorDescriptionMessagingRejectedException(String channel, MessagingRejectedException.Reason reason) Create a rejection with a generated diagnostic message.MessagingRejectedException(String channel, MessagingRejectedException.Reason reason, String message) Create a rejection.MessagingRejectedException(String channel, MessagingRejectedException.Reason reason, String message, Throwable cause) Create a rejection with a cause.