org.jomc.sequences
Class CapacityLimitException

Package class diagram package CapacityLimitException
java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.jomc.sequences.SequencesException
                  extended by org.jomc.sequences.CapacityLimitException
All Implemented Interfaces:
Serializable

@Generated(value="org.jomc.tools.SourceFileProcessor 1.0",
           comments="See http://jomc.sourceforge.net/jomc/1.0/jomc-tools")
public class CapacityLimitException
extends SequencesException

Gets thrown whenever the directories capacity limit has been reached.

Dependencies

Messages

Version:
$Id: CapacityLimitException.java 2244 2010-06-29 07:58:09Z schulte2005 $
Author:
Christian Schulte 1.0
See Also:
Serialized Form

Constructor Summary
Constructor and Description
CapacityLimitException(BigInteger capacityLimit)
          Creates a new CapacityLimitException taking the capacity limit value.
 
Method Summary
Modifier and Type Method and Description
 BigInteger getCapacityLimit()
          Gets the reported capacity limit.
 String getMessage()
          Gets the message of the exception.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CapacityLimitException

public CapacityLimitException(BigInteger capacityLimit)
Creates a new CapacityLimitException taking the capacity limit value.

Parameters:
capacityLimit - The capacity limit to report.
Method Detail

getCapacityLimit

public BigInteger getCapacityLimit()
Gets the reported capacity limit.

Returns:
The reported capacity limit.

getMessage

public String getMessage()
Gets the message of the exception.

Overrides:
getMessage in class Throwable
Returns:
The message of the exception.


Copyright © 2005-2010 The JOMC Project. All Rights Reserved.