org.janux.bus.persistence
Class DataAccessException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.janux.bus.persistence.DataAccessException
All Implemented Interfaces:
Serializable

public class DataAccessException
extends RuntimeException

See Also:
Serialized Form

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

DataAccessException

public DataAccessException()

DataAccessException

public DataAccessException(String msg)

DataAccessException

public DataAccessException(Throwable cause)

DataAccessException

public DataAccessException(String msg,
                           Throwable cause)


Copyright © 2005-2013 Janux. All Rights Reserved.