Class UnknownMappingException

All Implemented Interfaces:
Serializable

public class UnknownMappingException extends PortalException
This exception is used to indicate a certain mapping is not available.
Since:
7.2
Author:
Jon van Leuven
See Also:
  • Constructor Details

    • UnknownMappingException

      public UnknownMappingException(String name)
      Constructs the exception with the mapping name that is invalid.
      Parameters:
      name - The name of the connection.
  • Method Details

    • getMappingName

      public String getMappingName()
      This method returns the name of the mapping that is unknown.
      Returns:
      the name of the mapping.