org.apache.java.recycle
Class RecycleBinIsFull

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--org.apache.java.recycle.RecycleBinIsFull

public class RecycleBinIsFull
extends java.lang.RuntimeException

This exception is thrown by a RecycleBin subclass to signal that it cannot contain any more Recyclable objects.

See Also:
Serialized Form

Constructor Summary
RecycleBinIsFull()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RecycleBinIsFull

public RecycleBinIsFull()