Class UnmappableException

All Implemented Interfaces:
Serializable

public class UnmappableException extends EsendexException
Exception to indicate that well formed XML could not be mapped to a suitable Dto object. This may be due to configuration of the XmlParser.
Author:
Mike Whittaker
See Also:
  • Constructor Details

    • UnmappableException

      public UnmappableException()
      Instantiates a new unmappable exception.
    • UnmappableException

      public UnmappableException(String message)
      Instantiates a new unmappable exception.
      Parameters:
      message - the message
    • UnmappableException

      public UnmappableException(Throwable cause)
      Instantiates a new unmappable exception.
      Parameters:
      cause - the cause
    • UnmappableException

      public UnmappableException(String message, Throwable cause)
      Instantiates a new unmappable exception.
      Parameters:
      message - the message
      cause - the cause