org.objectweb.jorm.mapper.rdb.adapter.api
Class RdbAdapterException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.objectweb.jorm.mapper.rdb.adapter.api.RdbAdapterException
- All Implemented Interfaces:
- java.io.Serializable
- public class RdbAdapterException
- extends java.lang.Exception
Exception occuring in the RdbAdapter management or implementation.
- Author:
- S.Chassande-Barrioz
- See Also:
- Serialized Form
Field Summary |
(package private) java.lang.Exception |
cause
|
Fields inherited from class java.lang.Exception |
|
Fields inherited from class java.lang.Throwable |
|
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
cause
java.lang.Exception cause
RdbAdapterException
public RdbAdapterException()
RdbAdapterException
public RdbAdapterException(java.lang.String message)
RdbAdapterException
public RdbAdapterException(java.lang.String message,
java.lang.Exception cause)
RdbAdapterException
public RdbAdapterException(java.lang.Exception cause,
java.lang.String message)
getExceptionCause
public java.lang.Exception getExceptionCause()
printStackTrace
public void printStackTrace()