org.apache.avalon.excalibur.datasource.ids
Class IdException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.apache.avalon.framework.CascadingException
                    |
                    +--org.apache.avalon.excalibur.datasource.ids.IdException
All Implemented Interfaces:
CascadingThrowable, Serializable

public class IdException
extends CascadingException

Thrown when it was not possible to allocate an Id.

Since:
4.1
Version:
CVS $Revision: 1.3 $ $Date: 2003/04/29 03:02:03 $
Author:
Leif Mortenson
See Also:
Serialized Form

Constructor Summary
IdException(String message)
          Construct a new IdException instance.
IdException(String message, Throwable throwable)
          Construct a new IdException instance.
 
Methods inherited from class org.apache.avalon.framework.CascadingException
getCause
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, 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

IdException

public IdException(String message)
Construct a new IdException instance.

Parameters:
message - The detail message for this exception.

IdException

public IdException(String message,
                   Throwable throwable)
Construct a new IdException instance.

Parameters:
message - The detail message for this exception.
throwable - The root cause of the exception.


Copyright © 2000-2003 Apache Avalon Project. All Rights Reserved.