org.objectweb.jorm.mapper.rdb.adapter.api

Class RdbAdapterException


public class RdbAdapterException
extends Exception

Exception occuring in the RdbAdapter management or implementation.

Author:
S.Chassande-Barrioz

Field Summary

(package private) Exception
cause

Constructor Summary

RdbAdapterException()
RdbAdapterException(Exception cause, String message)
RdbAdapterException(String message)
RdbAdapterException(String message, Exception cause)

Method Summary

Exception
getExceptionCause()
void
printStackTrace()

Field Details

cause

(package private)  Exception cause

Constructor Details

RdbAdapterException

public RdbAdapterException()


RdbAdapterException

public RdbAdapterException(Exception cause,
                           String message)


RdbAdapterException

public RdbAdapterException(String message)


RdbAdapterException

public RdbAdapterException(String message,
                           Exception cause)

Method Details

getExceptionCause

public Exception getExceptionCause()


printStackTrace

public void printStackTrace()