Class UnknownApplicationException

All Implemented Interfaces:
Serializable

public class UnknownApplicationException extends PortalException
This exception is used to indicate a certain combination of application name and version is not available.
Since:
5.0
Author:
O. Kerpershoek
See Also:
  • Constructor Details

    • UnknownApplicationException

      public UnknownApplicationException(String name, Version version)
      Constructs the exception with the application name and version whose combination is invalid.
      Parameters:
      name - The name of the application.
      version - The version of the application.
  • Method Details

    • getApplicationName

      public String getApplicationName()
      This method returns the name of the application.
      Returns:
      the name of the application.
    • getApplicationVersion

      public Version getApplicationVersion()
      This method returns the version of the application.
      Returns:
      the version of the application.