Class SessionInitializationException

All Implemented Interfaces:
Serializable

public class SessionInitializationException extends AppException
This exception is used to indicate a session could not be initialized due to an error that was not acceptable in the current application mode.
Since:
5.0
Author:
O. Kerpershoek
See Also:
  • Constructor Details

    • SessionInitializationException

      public SessionInitializationException(ApplicationID id, InitializationReport report)
      Constructs the exception with the ID of the application and the report with messages of the failed session.
      Parameters:
      id - The application ID of the session.
      report - The report containing the initialization messages of the session.
  • Method Details

    • getApplicationId

      public ApplicationID getApplicationId()
      This method returns the application ID of the session that could not be initialized.
      Returns:
      the application ID of the session that could not be initialized.
    • getErrorReport

      public InitializationReport getErrorReport()
      This method returns a report containing all the initialization messages of the session.
      Returns:
      a report containing all the initialization messages of the session.