Class NotLoggedInException

All Implemented Interfaces:
Serializable

public class NotLoggedInException
extends PermissionDeniedException
This exception is thrown if you try to perform a function that requires a user to be logged in without beeing logged in.
Version:
2.0
Author:
Nicklas
See Also:
Serialized Form
  • Field Details

  • Constructor Details

    • NotLoggedInException

      public NotLoggedInException()
      Creates a new NotLoggedInException.