com.intland.codebeamer.persistence.util.exception
Class CodebeamerRuntimeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
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
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 |
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)
Copyright © 2006-2009 Intland Software. All rights reserved.