Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.directory
Class SizeLimitExceededException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.nuxeo.ecm.core.api.ClientException
              extended by org.nuxeo.ecm.directory.DirectoryException
                  extended by org.nuxeo.ecm.directory.SizeLimitExceededException
All Implemented Interfaces:
Serializable

public class SizeLimitExceededException
extends DirectoryException

Author:
George Lefter
See Also:
Serialized Form

Constructor Summary
SizeLimitExceededException()
           
SizeLimitExceededException(String message)
           
SizeLimitExceededException(String message, Throwable th)
           
SizeLimitExceededException(Throwable th)
           
 
Method Summary
 
Methods inherited from class org.nuxeo.ecm.directory.DirectoryException
wrap
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SizeLimitExceededException

public SizeLimitExceededException()

SizeLimitExceededException

public SizeLimitExceededException(String message,
                                  Throwable th)

SizeLimitExceededException

public SizeLimitExceededException(String message)

SizeLimitExceededException

public SizeLimitExceededException(Throwable th)

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.