net.sourceforge.pebble.dao
Class PersistenceException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by net.sourceforge.pebble.PebbleException
              extended by net.sourceforge.pebble.dao.PersistenceException
All Implemented Interfaces:
java.io.Serializable

public class PersistenceException
extends PebbleException

See Also:
Serialized Form

Constructor Summary
PersistenceException(java.lang.String message)
          Creates a new instance with the specified message.
 
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

PersistenceException

public PersistenceException(java.lang.String message)
Creates a new instance with the specified message.

Parameters:
message - the message representing the exception


Copyright © 2003-2006, Simon Brown. All Rights Reserved.