org.jooq.exception
Class MappingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.jooq.exception.DataAccessException
                  extended by org.jooq.exception.MappingException
All Implemented Interfaces:
Serializable

public class MappingException
extends DataAccessException

An error occurred while fetching data into a user defined Java object with any of these methods:

... or when copying data into a Record with any of these methods

Author:
Lukas Eder
See Also:
Serialized Form

Constructor Summary
MappingException(String message)
          Constructor for MappingException.
MappingException(String message, Throwable cause)
          Constructor for MappingException.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, 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

MappingException

public MappingException(String message)
Constructor for MappingException.

Parameters:
message - the detail message

MappingException

public MappingException(String message,
                        Throwable cause)
Constructor for MappingException.

Parameters:
message - the detail message
cause - the root cause


Copyright © 2012. All Rights Reserved.