Class InvalidCredentialsException

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

public class InvalidCredentialsException extends RuntimeException
Thrown when authentication credentials are invalid.
See Also:
  • Constructor Details

    • InvalidCredentialsException

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