com.atlassian.jira.crowd.embedded.ofbiz.db
Class DataAccessException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.atlassian.jira.crowd.embedded.ofbiz.db.DataAccessException
All Implemented Interfaces:
Serializable

public class DataAccessException
extends RuntimeException

A RuntimeException that wraps an OfBiz GenericEntityException and indicates that an error occurred while trying to access the database.

See Also:
Serialized Form

Constructor Summary
DataAccessException(org.ofbiz.core.entity.GenericEntityException ex)
           
DataAccessException(String message, org.ofbiz.core.entity.GenericEntityException ex)
           
 
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(org.ofbiz.core.entity.GenericEntityException ex)

DataAccessException

public DataAccessException(String message,
                           org.ofbiz.core.entity.GenericEntityException ex)


Copyright © 2002-2013 Atlassian. All Rights Reserved.