Class TokenNotFoundException

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

public class TokenNotFoundException extends RuntimeException
Exception used if a token is not found in the database.
See Also:
  • Constructor Details

    • TokenNotFoundException

      public TokenNotFoundException(String message)
      Constructs a new TokenNotFoundException with the specified detail message.
      Parameters:
      message - the detailed message.