pl.edu.pjwstk.yaod.store.defaultstore.blocks
Class BlockFreeSpaceException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--pl.edu.pjwstk.yaod.store.defaultstore.blocks.BlockFreeSpaceException
All Implemented Interfaces:
java.io.Serializable

public class BlockFreeSpaceException
extends java.lang.Exception

Brak wolnego miejsca w bloku.

Author:
M. Lentner, raist@ertel.com.pl
See Also:
Serialized Form

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

BlockFreeSpaceException

public BlockFreeSpaceException()