java.io.Serializable
public class CannotRemoveException
extends java.lang.Exception
Modifier and Type | Field | Description |
---|---|---|
java.lang.String |
reason |
|
java.lang.Throwable |
t |
members are made available so that the top level user can dump
appropriate members on to his stack trace
|
Constructor | Description |
---|---|
CannotRemoveException(java.lang.Throwable t,
java.lang.String reason) |
Modifier and Type | Method | Description |
---|---|---|
java.lang.String |
toString() |
public java.lang.Throwable t
public java.lang.String reason
Copyright ? 1998-2008 Bela Ban. All Rights Reserved.