pl.edu.agh.cast.data.persistence
Class PersistenceException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by pl.edu.agh.cast.data.persistence.PersistenceException
All Implemented Interfaces:
Serializable

public class PersistenceException
extends Exception

Persistence related checked exception.

Author:
AGH CAST Team
See Also:
Serialized Form

Constructor Summary
PersistenceException()
          Default constructor.
PersistenceException(String message)
          Constructor.
PersistenceException(String message, Throwable cause)
          Constructor.
PersistenceException(Throwable cause)
          Constructor.
 
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()
Default constructor.


PersistenceException

public PersistenceException(String message)
Constructor.

Parameters:
message - message

PersistenceException

public PersistenceException(Throwable cause)
Constructor.

Parameters:
cause - exception cause

PersistenceException

public PersistenceException(String message,
                            Throwable cause)
Constructor.

Parameters:
message - message
cause - exception cause


Copyright © 2007-2009 IISG AGH-UST Krakow, Poland. All Rights Reserved.