public class RemoveException
extends java.lang.Exception
| Constructor and Description |
|---|
RemoveException()
Constructs an RemoveException with no detail message.
|
RemoveException(java.lang.String message)
Constructs an RemoveException with the specified
detail message.
|