org.equanda.persistence
Class EquandaPersistenceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.equanda.client.EquandaException
org.equanda.persistence.EquandaPersistenceException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- EquandaConstraintViolation
public class EquandaPersistenceException
- extends EquandaException
Exception indicating a problem in the use of the equanda generated persistence layer.
- Author:
- Joachim Van der Auwera, NetRom team
- See Also:
- Serialized Form
DEFAULT_MESSAGE
public static final String DEFAULT_MESSAGE
- See Also:
- Constant Field Values
EquandaPersistenceException
public EquandaPersistenceException()
EquandaPersistenceException
public EquandaPersistenceException(Exception ex)
EquandaPersistenceException
public EquandaPersistenceException(int exceptionCode,
Exception ex,
String... parameters)
EquandaPersistenceException
public EquandaPersistenceException(int exceptionCode,
Exception ex)
EquandaPersistenceException
public EquandaPersistenceException(int exceptionCode,
String... parameters)
EquandaPersistenceException
public EquandaPersistenceException(int exceptionCode)
Copyright © 2007-2009. All Rights Reserved.