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

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

public class PersistenceRuntimeException
extends RuntimeException

Persistence related runtime exception.

Author:
AGH CAST Team
See Also:
Serialized Form

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

PersistenceRuntimeException

public PersistenceRuntimeException()
Default constructor.


PersistenceRuntimeException

public PersistenceRuntimeException(String message)
Constructor.

Parameters:
message - message

PersistenceRuntimeException

public PersistenceRuntimeException(Throwable cause)
Constructor.

Parameters:
cause - exception cause

PersistenceRuntimeException

public PersistenceRuntimeException(String message,
                                   Throwable cause)
Constructor.

Parameters:
message - message
cause - exception cause


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