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

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

public class SDBAttributeValueFormatException
extends SDBRepositoryException

Created by The eXo Platform SAS.
Date: 08.10.2008

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

SDBAttributeValueFormatException

public SDBAttributeValueFormatException(java.lang.String message)
SDBAttributeValueFormatException constructor.

Parameters:
message - error description.

SDBAttributeValueFormatException

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

Parameters:
message - error description.
rootCause - AmazonSimpleDBException


Copyright © 2012 eXo Platform SAS. All Rights Reserved.