org.tranche.exceptions
Class OutOfDiskSpaceException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.tranche.exceptions.OutOfDiskSpaceException
All Implemented Interfaces:
java.io.Serializable

public class OutOfDiskSpaceException
extends java.lang.Exception

Represents that a node is out of disk space. Normally this occurs when the physical disk space fills up or when a node hits a disk quota limit set by the owner.

Author:
Jayson Falkner - jfalkner@umich.edu
See Also:
Serialized Form

Field Summary
static java.lang.String MESSAGE
           
 
Constructor Summary
OutOfDiskSpaceException()
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

MESSAGE

public static final java.lang.String MESSAGE
See Also:
Constant Field Values
Constructor Detail

OutOfDiskSpaceException

public OutOfDiskSpaceException()


This code is free for use both commercially and non-commercially as stated in the project's license