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

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.SDBAttributeValueCorruptedException
All Implemented Interfaces:
java.io.Serializable

public class SDBAttributeValueCorruptedException
extends SDBRepositoryException

Created by The eXo Platform SAS.
Date: 08.10.2008

Version:
$Id: SDBAttributeValueCorruptedException.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
SDBAttributeValueCorruptedException(java.lang.String message, java.lang.Exception rootCause)
          SDBAttributeValueCorruptedException constructor.
 
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

SDBAttributeValueCorruptedException

public SDBAttributeValueCorruptedException(java.lang.String message,
                                           java.lang.Exception rootCause)
SDBAttributeValueCorruptedException constructor.

Parameters:
message - - error description
rootCause - - cause


Copyright © 2012 eXo Platform SAS. All Rights Reserved.