CodeBeamer 5.4.0.1-RC API

com.intland.codebeamer.persistence.util.exception
Class CodebeamerRuntimeException

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
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
PersistenceException

public class CodebeamerRuntimeException
extends java.lang.RuntimeException

Base class for all CB's runtime exceptions.

See Also:
Serialized Form

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

CodebeamerRuntimeException

public CodebeamerRuntimeException()

CodebeamerRuntimeException

public CodebeamerRuntimeException(java.lang.String message,
                                  java.lang.Throwable cause)

CodebeamerRuntimeException

public CodebeamerRuntimeException(java.lang.String message)

CodebeamerRuntimeException

public CodebeamerRuntimeException(java.lang.Throwable cause)

CodeBeamer 5.4.0.1-RC API

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