blackboard.persist
Class PersistenceRuntimeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by blackboard.persist.PersistenceRuntimeException
All Implemented Interfaces:
java.io.Serializable

public class PersistenceRuntimeException
extends java.lang.RuntimeException

Runtime counterpart to PersistenceException

Since:
Version:
$Revision: #1 $ $Date: 2007/06/27 $
See Also:
Serialized Form

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

PersistenceRuntimeException

public PersistenceRuntimeException()

PersistenceRuntimeException

public PersistenceRuntimeException(java.lang.String message)
Parameters:
message -

PersistenceRuntimeException

public PersistenceRuntimeException(java.lang.String message,
                                   java.lang.Throwable cause)
Parameters:
message -
cause -

PersistenceRuntimeException

public PersistenceRuntimeException(java.lang.Throwable cause)
Parameters:
cause -


Copyright © 2003 Blackboard, Inc. All Rights Reserved.