public class RemoveException
extends java.lang.Exception
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID |
Constructor and Description |
---|
RemoveException()
Constructs an RemoveException with no detail message.
|
RemoveException(java.lang.String message)
Constructs an RemoveException with the specified
detail message.
|
private static final long serialVersionUID