Ila

org.topoweb.ila.server
Class IntegrityException

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

public class IntegrityException
extends IlaException

Exception type indicating a data integrity error.

Author:
Babak Farhang
See Also:
Serialized Form

Constructor Summary
IntegrityException()
          Creates a default instance.
IntegrityException(java.lang.String message)
          Creates a new instance with the specified message.
 
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

IntegrityException

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

Parameters:
message - the detail message

IntegrityException

public IntegrityException()
Creates a default instance.


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.