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

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

public class SDBStorageException
extends SDBRepositoryException

Created by The eXo Platform SAS.
Date: 03.10.2008

Version:
$Id: SDBStorageException.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
SDBStorageException(java.lang.String message)
          SDBRepositoryException constructor.
SDBStorageException(java.lang.String message, com.amazonaws.sdb.AmazonSimpleDBException rootCause)
          SDBRepositoryException constructor.
 
Method Summary
 java.lang.String getMessage()
          
 
Methods inherited from class javax.jcr.RepositoryException
getCause, getLocalizedMessage, 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

SDBStorageException

public SDBStorageException(java.lang.String message)
SDBRepositoryException constructor.

Parameters:
message - error description.

SDBStorageException

public SDBStorageException(java.lang.String message,
                           com.amazonaws.sdb.AmazonSimpleDBException rootCause)
SDBRepositoryException constructor.

Parameters:
message - error description.
rootCause - AmazonSimpleDBException
Method Detail

getMessage

public java.lang.String getMessage()

Overrides:
getMessage in class javax.jcr.RepositoryException


Copyright © 2012 eXo Platform SAS. All Rights Reserved.