Class MapperException

  • All Implemented Interfaces:
    java.io.Serializable

    public class MapperException
    extends java.lang.Exception
    Mapper Exception
    Version:
    $Id: MapperException.java 1721672 2015-12-25 13:18:36Z khmarbaise $
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) static long serialVersionUID  
    • Constructor Summary

      Constructors 
      Constructor Description
      MapperException​(java.lang.String message)
      Constructor
      MapperException​(java.lang.String message, java.lang.Throwable cause)
      Constructor
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • MapperException

        public MapperException​(java.lang.String message,
                               java.lang.Throwable cause)
        Constructor
        Parameters:
        message - The error message
        cause - The root cause of the problem.
      • MapperException

        public MapperException​(java.lang.String message)
        Constructor
        Parameters:
        message - The error message.