Class InvalidUserCredentialsException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.markvarga21.studentmanager.exception.InvalidUserCredentialsException
All Implemented Interfaces:
Serializable

public class InvalidUserCredentialsException extends RuntimeException
Custom exception if the user credentials are invalid.
See Also:
  • Constructor Details

    • InvalidUserCredentialsException

      public InvalidUserCredentialsException(String message)
      Constructor for the InvalidUserCredentialsException class.
      Parameters:
      message - The message to display when the exception is thrown.