org.hibernate.tool.hbm2x
Class ExporterException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ExporterException
public ExporterException()
ExporterException
public ExporterException(String message)
ExporterException
public ExporterException(String message,
Throwable cause)
ExporterException
public ExporterException(Throwable cause)