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

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.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
 
Constructor Summary
RdbAdapterException()
           
RdbAdapterException(java.lang.Exception cause, java.lang.String message)
           
RdbAdapterException(java.lang.String message)
           
RdbAdapterException(java.lang.String message, java.lang.Exception cause)
           
 
Method Summary
 java.lang.Exception getExceptionCause()
           
 void printStackTrace()
           
 
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
 

Field Detail

cause

java.lang.Exception cause
Constructor Detail

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)
Method Detail

getExceptionCause

public java.lang.Exception getExceptionCause()

printStackTrace

public void printStackTrace()