org.norther.tammi.root.db
Class PersisterException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.norther.tammi.root.db.PersisterException
All Implemented Interfaces:
Serializable

public class PersisterException
extends Exception

Thrown when a persister fails to perform a requested operation.

Author:
Ilkka Priha
See Also:
Serialized Form

Constructor Summary
PersisterException(String msg)
          Constructs a new exception with a message.
PersisterException(String msg, Throwable cause)
          Constructs a new exception with a message and cause.
PersisterException(Throwable cause)
          Constructs a new exception with a cause.
 
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

PersisterException

public PersisterException(String msg)
Constructs a new exception with a message.

Parameters:
msg - the message.

PersisterException

public PersisterException(Throwable cause)
Constructs a new exception with a cause.

Parameters:
cause - the cause.

PersisterException

public PersisterException(String msg,
                          Throwable cause)
Constructs a new exception with a message and cause.

Parameters:
msg - the message.
cause - the cause.


Copyright © 2004 The Norther Organization. All rights reserved.