org.hibernate.tool.hbm2x
Class ExporterException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.hibernate.tool.hbm2x.ExporterException
All Implemented Interfaces:
Serializable

public class ExporterException
extends RuntimeException

Exception to use in Exporters.

Author:
max
See Also:
Serialized Form

Constructor Summary
ExporterException()
           
ExporterException(String message)
           
ExporterException(String message, Throwable cause)
           
ExporterException(Throwable 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

ExporterException

public ExporterException()

ExporterException

public ExporterException(String message)

ExporterException

public ExporterException(String message,
                         Throwable cause)

ExporterException

public ExporterException(Throwable cause)