Class MappingException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
UnknownEntityMappingException

public class MappingException extends AppException
Base class for all exceptions specific to the mapping component.
Since:
7.1
Author:
Jon van Leuven
See Also:
  • Constructor Details

    • MappingException

      public MappingException(String message)
      Basic constructor with only a message explaining the cause of the error.
      Parameters:
      message - The message explaining the error that occurred.
    • MappingException

      public MappingException(String message, Throwable cause)
      Constructor with both a message and an exception explaining the cause of the error.
      Parameters:
      message - The message explaining the error that occurred.
      cause - The original cause of the error.