public class IdException
extends org.apache.avalon.framework.CascadingException
| Constructor and Description |
|---|
IdException(java.lang.String message)
Construct a new IdException instance.
|
IdException(java.lang.String message,
java.lang.Throwable throwable)
Construct a new IdException instance.
|
public IdException(java.lang.String message)
message - The detail message for this exception.public IdException(java.lang.String message,
java.lang.Throwable throwable)
message - The detail message for this exception.throwable - The root cause of the exception.