i3.dragos.exception
Class DragosException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by i3.dragos.exception.DragosException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
BackendStorageException, DanglingReferenceException, DataSourceTransactionException, EntityAlreadyExistsException, EntityInUseException, EntityNotFoundException, GraphEntityInstantiationException, GraphPoolCheckException, GraphPoolException, InvalidValueException, MultipleResultsException, SchemaCheckException, TransactionException, TransactionManagerException, TransactionManagerFactoryException

public class DragosException
extends java.lang.Exception

The base exception thrown by the DRAGOS DBMS.

Author:
Boris Boehlen <boehlen@cs.rwth-aachen.de>
See Also:
Serialized Form

Constructor Summary
DragosException(java.lang.String message)
          Constructs a new exception with the given message.
DragosException(java.lang.String message, java.lang.Throwable throwable)
          Constructs a new exception with the given message which is wrapped around an 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

DragosException

public DragosException(java.lang.String message)
Constructs a new exception with the given message.

Parameters:
message - A message describing the reason of the exception.

DragosException

public DragosException(java.lang.String message,
                       java.lang.Throwable throwable)
Constructs a new exception with the given message which is wrapped around an exception.

Parameters:
message - A message describing the reason of the exception.
throwable - The exception.


Copyright © 2002-2008 RWTH Aachen, Department of Computer Science 3 (Software Engineering). All Rights Reserved.