Class FailedToFindUserException

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

public class FailedToFindUserException extends RuntimeException
Thrown when a database error occurs during user lookup operations.
See Also:
  • Constructor Details

    • FailedToFindUserException

      public FailedToFindUserException(Exception cause)
      Constructs a new FailedToFindUserException with a default message.
      Parameters:
      cause - the underlying cause of the exception