org.equanda.persistence
Class EquandaPersistenceError

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Error
          extended by org.equanda.persistence.EquandaPersistenceError
All Implemented Interfaces:
Serializable

public class EquandaPersistenceError
extends Error

Error indicating a problem in the use of the equanda generated persistence layer.

Author:
Joachim Van der Auwera
See Also:
Serialized Form

Constructor Summary
EquandaPersistenceError(Exception ex)
           
EquandaPersistenceError(String msg)
           
EquandaPersistenceError(String msg, Exception ex)
           
 
Method Summary
 String getMessage()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, 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

EquandaPersistenceError

public EquandaPersistenceError(Exception ex)

EquandaPersistenceError

public EquandaPersistenceError(String msg)

EquandaPersistenceError

public EquandaPersistenceError(String msg,
                               Exception ex)
Method Detail

getMessage

public String getMessage()
Overrides:
getMessage in class Throwable


Copyright © 2007-2009. All Rights Reserved.