Class PageBackException

java.lang.Object
java.lang.Throwable
java.lang.Exception
main.utils.exception.PageBackException
All Implemented Interfaces:
Serializable

public class PageBackException extends Exception
The PageBackException class is a custom exception that is thrown when a user attempts to navigate back from a UI page where it is not allowed. It extends the Exception class.
See Also:
  • Constructor Details

    • PageBackException

      public PageBackException()
      Creates a new instance of the PageBackException class with a default error message. The default message is "Page back".