Class MappingException

  • All Implemented Interfaces:
    Serializable

    public class MappingException
    extends javax.jcr.RepositoryException
    An MappingException is thrown for workflow or document mapping when when a required data or configuration is not present or a representation in data could not be made.
    See Also:
    Serialized Form
    • Constructor Detail

      • MappingException

        public MappingException​(String message)
        Constructs a new mapping exception with the specified detail message and without initialized cause
        Parameters:
        message - the detail message, for later retrieval though getMessage()
      • MappingException

        public MappingException​(String message,
                                Exception reason)
        Constructs a new mapping exception with the specified detail message and cause
        Parameters:
        message - the detail message, for later retrieval though getMessage()
        reason - the cause (A null value is permitted, and indicates that the cause is nonexistent or unknown)