Class UncategorizedMappingException

All Implemented Interfaces:
Serializable

public class UncategorizedMappingException extends XmlMappingException
Exception that indicates that the cause cannot be distinguished further.
Since:
3.0
Author:
Arjen Poutsma
See Also:
  • Constructor Details

    • UncategorizedMappingException

      public UncategorizedMappingException(String msg, Throwable cause)
      Construct an UncategorizedMappingException with the specified detail message and nested exception.
      Parameters:
      msg - the detail message
      cause - the nested exception