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:
- Serializable, CascadingThrowable
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
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 © 2003-2012 Apache Software Foundation. All Rights Reserved.