Ila

org.topoweb.ila.server.spi
Class DataAccessorException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.topoweb.ila.IlaException
                    |
                    +--org.topoweb.ila.server.spi.DataAccessorException
All Implemented Interfaces:
java.io.Serializable

public class DataAccessorException
extends IlaException

Represents application-specific errors arising from the database implementation layer.

Author:
Babak Farhang
See Also:
Serialized Form

Constructor Summary
DataAccessorException()
          Creates a default instance.
DataAccessorException(java.lang.String message)
          Creates a new instance with the specified message.
DataAccessorException(java.lang.String message, java.lang.Throwable cause)
          Creates a new instance with the specified message and cause.
DataAccessorException(java.lang.Throwable cause)
          Creates an instance with the given cause.
 
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

DataAccessorException

public DataAccessorException(java.lang.String message)
Creates a new instance with the specified message.

Parameters:
message - the detail message

DataAccessorException

public DataAccessorException()
Creates a default instance.


DataAccessorException

public DataAccessorException(java.lang.String message,
                             java.lang.Throwable cause)
Creates a new instance with the specified message and cause.

Parameters:
message - the detail message
cause - the root cause

DataAccessorException

public DataAccessorException(java.lang.Throwable cause)
Creates an instance with the given cause.

Parameters:
cause - the root cause

Ila

Copyright (C) 2002 Babak Farhang

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.