org.springframework.orm.ojb
Class OjbOperationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.core.NestedRuntimeException
org.springframework.dao.DataAccessException
org.springframework.dao.UncategorizedDataAccessException
org.springframework.orm.ojb.OjbOperationException
- All Implemented Interfaces:
- Serializable
public class OjbOperationException
- extends UncategorizedDataAccessException
Generic exception thrown on OJB operation failure without SQLException cause.
- Since:
- 1.1
- Author:
- Juergen Hoeller
- See Also:
- Serialized Form
OjbOperationException
public OjbOperationException(org.apache.ojb.broker.PersistenceBrokerException ex)
Copyright (c) 2002-2005 The Spring Framework Project.