org.exoplatform.services.jcr.aws.storage.sdb
Class SDBItemValueLengthExceeded

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by javax.jcr.RepositoryException
              extended by org.exoplatform.services.jcr.aws.storage.sdb.SDBRepositoryException
                  extended by org.exoplatform.services.jcr.aws.storage.sdb.SDBItemValueLengthExceeded
All Implemented Interfaces:
java.io.Serializable

public class SDBItemValueLengthExceeded
extends SDBRepositoryException

Created by The eXo Platform SAS.
Date: 07.10.2008

Version:
$Id: SDBItemValueLengthExceeded.java 35185 2009-08-07 14:15:56Z pnedonosko $
Author:
Peter Nedonosko
See Also:
Serialized Form

Field Summary
 
Fields inherited from class javax.jcr.RepositoryException
rootCause
 
Constructor Summary
SDBItemValueLengthExceeded(java.lang.String message)
          Exception generated on attribute value maximum length error.
 
Method Summary
 
Methods inherited from class javax.jcr.RepositoryException
getCause, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SDBItemValueLengthExceeded

public SDBItemValueLengthExceeded(java.lang.String message)
Exception generated on attribute value maximum length error. Find more on SimpleDB limits page

Parameters:
message - - error description.


Copyright © 2012 eXo Platform SAS. All Rights Reserved.