org.jwarp.util.recycle
Class RecycleBinFullException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--org.jwarp.util.recycle.RecycleBinFullException
All Implemented Interfaces:
java.io.Serializable

public class RecycleBinFullException
extends java.lang.RuntimeException

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

Author:
Anatole Tresch
See Also:
Serialized Form

Constructor Summary
RecycleBinFullException()
          Creates a new exception.
 
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

RecycleBinFullException

public RecycleBinFullException()
Creates a new exception.

©   O R C A   S y s t e m s