Class ReactionNotFoundException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.example.blogs.app.api.reaction.exception.ReactionNotFoundException
All Implemented Interfaces:
Serializable

public class ReactionNotFoundException extends RuntimeException
Exception thrown when a requested reaction is not found.
See Also:
  • Constructor Details

    • ReactionNotFoundException

      public ReactionNotFoundException(Exception cause)
      Constructs a new exception with a default message and cause.
      Parameters:
      cause - the underlying exception that caused the failure