de.nava.informa.utils.manager
Class PersistenceManagerException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by de.nava.informa.utils.manager.PersistenceManagerException
All Implemented Interfaces:
Serializable

public class PersistenceManagerException
extends Exception

Exception thrown by PersistenceManagerIF implementations.

Author:
Aleksey Gureev (spyromus@noizeramp.com)
See Also:
Serialized Form

Constructor Summary
PersistenceManagerException()
          Creates exception.
PersistenceManagerException(String message)
          Creates exception.
PersistenceManagerException(String message, Throwable cause)
          Creates exception.
PersistenceManagerException(Throwable cause)
          Creates exception.
 
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

PersistenceManagerException

public PersistenceManagerException()
Creates exception.


PersistenceManagerException

public PersistenceManagerException(String message)
Creates exception.

Parameters:
message - description message.

PersistenceManagerException

public PersistenceManagerException(Throwable cause)
Creates exception.

Parameters:
cause - original cause of exception.

PersistenceManagerException

public PersistenceManagerException(String message,
                                   Throwable cause)
Creates exception.

Parameters:
message - description message.
cause - original cause of exception.


Copyright © 2002-2007 Niko Schmuck. All Rights Reserved.