pt.digitalis.dif.utils.extensions.document
Class MaximumDocumentSizeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by pt.digitalis.dif.exception.DIFException
              extended by pt.digitalis.dif.utils.extensions.document.DocumentRepositoryException
                  extended by pt.digitalis.dif.utils.extensions.document.MaximumDocumentSizeException
All Implemented Interfaces:
Serializable, IContextException

public class MaximumDocumentSizeException
extends DocumentRepositoryException

Author:
Luis Pinto lpinto@digitalis.pt
See Also:
Serialized Form
Created on:
Sep 22, 2009

Constructor Summary
MaximumDocumentSizeException(String reason, Integer limit)
          MaximumSizeDocumentException constructor
 
Method Summary
 Integer getLimit()
          Inspector for the 'limit' attribute.
 
Methods inherited from class pt.digitalis.dif.exception.DIFException
addToExceptionContext, getExceptionContext, getRenderedExceptionContext, setExceptionContext
 
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
 

Constructor Detail

MaximumDocumentSizeException

public MaximumDocumentSizeException(String reason,
                                    Integer limit)
MaximumSizeDocumentException constructor

Parameters:
reason -
limit -
Method Detail

getLimit

public Integer getLimit()
Inspector for the 'limit' attribute.

Returns:
the limit value


Copyright © 2014 Digitalis Informática Lda. All Rights Reserved.