AuthenticationService  v0.2.0
Public Member Functions | Properties | List of all members
Joutsen.Authentication.ApplicationNotFound Class Reference

An exception that is raised if a request for an unknown application was issued. More...

Public Member Functions

 ApplicationNotFound (long applicationId)
 Creates a new instance for an id that did not belong to any known application. More...
 
 ApplicationNotFound (String applicationName)
 

Properties

long ApplicationId [get]
 The identifier that was used to search for the application. More...
 

Detailed Description

An exception that is raised if a request for an unknown application was issued.

Since
0.1.0

Constructor & Destructor Documentation

◆ ApplicationNotFound() [1/2]

Joutsen.Authentication.ApplicationNotFound.ApplicationNotFound ( long  applicationId)

Creates a new instance for an id that did not belong to any known application.

◆ ApplicationNotFound() [2/2]

Joutsen.Authentication.ApplicationNotFound.ApplicationNotFound ( String  applicationName)

Property Documentation

◆ ApplicationId

long Joutsen.Authentication.ApplicationNotFound.ApplicationId
get

The identifier that was used to search for the application.