org.hibersap
Class HibersapException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.hibersap.HibersapException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ConfigurationException, InternalHiberSapException, MappingException, SapException

public class HibersapException
extends RuntimeException

HibersapException is an unchecked exception which is commonly thrown by the framework when something goes wrong.

Author:
Carsten Erker
See Also:
Serialized Form

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

HibersapException

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

Parameters:
cause - The cause

HibersapException

public HibersapException(String msg,
                         Throwable cause)
Constructs a new HibersapException with a detail message and a cause.

Parameters:
msg - The message
cause - The cause

HibersapException

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

Parameters:
msg - The message


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