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

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.apache.avalon.framework.CascadingException
              extended byorg.apache.avalon.excalibur.datasource.ids.IdException
All Implemented Interfaces:
CascadingThrowable, java.io.Serializable

public class IdException
extends CascadingException

Thrown when it was not possible to allocate an Id.

Since:
4.1
Version:
CVS $Revision: 1.4 $ $Date: 2004/02/28 11:47:17 $
Author:
Avalon Development Team
See Also:
Serialized Form

Constructor Summary
IdException(java.lang.String message)
          Construct a new IdException instance.
IdException(java.lang.String message, java.lang.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(java.lang.String message)
Construct a new IdException instance.

Parameters:
message - The detail message for this exception.

IdException

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

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


Copyright © 1997-2005 The Apache Software Foundation. All Rights Reserved.