public class CannotRemoveException
extends java.lang.Exception
Modifier and Type | Field and 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 and Description |
---|
CannotRemoveException(java.lang.Throwable t,
java.lang.String reason) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
public java.lang.Throwable t
public java.lang.String reason
Copyright ? 1998-2008 Bela Ban. All Rights Reserved.