Opus5
Class ContainerFullException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--Opus5.DomainException
                          |
                          +--Opus5.ContainerFullException
All Implemented Interfaces:
java.io.Serializable

public class ContainerFullException
extends DomainException

Thrown when attempty to put an object into a full container.

Version:
$Id: ContainerFullException.java,v 3.1 1998/07/28 01:32:17 brpreiss Exp $
Author:
Bruno R. Preiss, P.Eng.
See Also:
Container, Serialized Form

Constructor Summary
ContainerFullException()
           
 
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

ContainerFullException

public ContainerFullException()