org.hibersap
Class MappingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.hibersap.HibersapException
                  extended by org.hibersap.MappingException
All Implemented Interfaces:
Serializable

public class MappingException
extends HibersapException

A MappingException is thrown by the framework when there are errors mapping BAPI classes.

Author:
Carsten Erker
See Also:
Serialized Form

Constructor Summary
MappingException(String msg)
          Constructs a new MappingException with a detail message.
MappingException(String msg, Throwable cause)
          Constructs a new MappingException with a detail message and a cause.
MappingException(Throwable cause)
          Constructs a new MappingException with the specified cause.
 
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 msg,
                        Throwable cause)
Constructs a new MappingException with a detail message and a cause.

Parameters:
msg - The message
cause - The cause

MappingException

public MappingException(Throwable cause)
Constructs a new MappingException with the specified cause.

Parameters:
cause - The cause

MappingException

public MappingException(String msg)
Constructs a new MappingException with a detail message.

Parameters:
msg - The message


Copyright © 2011 akquinet tech@spree GmbH. All Rights Reserved.