CodeBeamer 5.4.0.1-RC API

com.intland.codebeamer.persistence.util
Class PersistenceException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.intland.codebeamer.persistence.util.exception.CodebeamerRuntimeException
                  extended by com.intland.codebeamer.persistence.util.PersistenceException
All Implemented Interfaces:
java.io.Serializable

public class PersistenceException
extends CodebeamerRuntimeException

Unchecked exception to be thrown by the persistence layer.

See Also:
Serialized Form

Constructor Summary
PersistenceException(java.lang.String message)
           
PersistenceException(java.lang.String message, java.lang.Throwable exception)
          Constructor with a custom message
PersistenceException(java.lang.Throwable expcetion)
          Ctor to instantiate by wrapping any checked 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

PersistenceException

public PersistenceException(java.lang.String message)

PersistenceException

public PersistenceException(java.lang.String message,
                            java.lang.Throwable exception)
Constructor with a custom message

Parameters:
message -
exception -

PersistenceException

public PersistenceException(java.lang.Throwable expcetion)
Ctor to instantiate by wrapping any checked exception.


CodeBeamer 5.4.0.1-RC API

Copyright © 2006-2009 Intland Software. All rights reserved.